NEVpnProtocol.ProxySettings Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define as configurações de proxy para conexões HTTPS e HTTP por meio do túnel VPN.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual NetworkExtension.NEProxySettings ProxySettings { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("proxySettings", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setProxySettings:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ProxySettings : NetworkExtension.NEProxySettings with get, set
Valor da propriedade
(Mais documentação para este nó está chegando)
Este valor pode ser null
.
- Atributos