Share via


NEProxySettings.HttpsServer Property

Definition

Gets or sets the server that contains the settings for static HTTPS server proxyies.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual NetworkExtension.NEProxyServer? HttpsServer { [Foundation.Export("HTTPSServer", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setHTTPSServer:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("HTTPSServer", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setHTTPSServer:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.HttpsServer : NetworkExtension.NEProxyServer with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to