Instance Property
proxySettings
An NEProxySettings
object containing the proxy settings to be used for HTTP and HTTPS connections which are routed through the VPN.
SDKs
- iOS 9.0+
- macOS 10.11+
- Mac Catalyst 13.0+
Discussion
While the VPN tunnel is established, HTTP and HTTPS connections inside the tunnel will use the given proxy settings.
See Also
Accessing Common Tunnel Properties
var passwordReference: Data?
A persistent keychain reference to a keychain item containing the password component of the tunneling protocol authentication credential.
var identityReference: Data?
A persistent keychain reference to a keychain item containing the certificate and private key components of the tunneling protocol authentication credential.
var identityData: Data?
The certificate and private key components of the tunneling protocol authentication credential, encoded in PKCS12 format.