Share via


NWProxyConfig Class

Definition

public class NWProxyConfig : CoreFoundation.NativeObject
type NWProxyConfig = class
    inherit NativeObject
Inheritance

Properties

Name Description
FailoverAllowed
Handle (Inherited from DisposableObject)
Owns (Inherited from DisposableObject)

Methods

Name Description
AddExcludedDomain(String)
AddMatchDomain(String)
ClearExcludedDomains()
ClearHandle() (Inherited from DisposableObject)
ClearMatchDomains()
CreateHttpConnect(NWEndpoint, NWProtocolTlsOptions)
CreateObliviousHttp(NWRelayHop, String, Byte[])
CreateRelay(NWRelayHop, NWRelayHop)
CreateSocksV5(NWEndpoint)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
EnumerateExcludedDomains(Action<String>)
EnumerateMatchDomains(Action<String>)
Equals(Object) (Inherited from DisposableObject)
GetCheckedHandle() (Inherited from DisposableObject)
GetHashCode() (Inherited from DisposableObject)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)
SetUsernameAndPassword(String, String)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to