다음을 통해 공유


NWConnection 생성자

정의

오버로드

NWConnection(NWEndpoint, NWParameters)
NWConnection(IntPtr, Boolean)

NWConnection(NWEndpoint, NWParameters)

public NWConnection (Network.NWEndpoint endpoint, Network.NWParameters parameters);
new Network.NWConnection : Network.NWEndpoint * Network.NWParameters -> Network.NWConnection

매개 변수

endpoint
NWEndpoint
parameters
NWParameters

적용 대상

NWConnection(IntPtr, Boolean)

public NWConnection (IntPtr handle, bool owns);
new Network.NWConnection : nativeint * bool -> Network.NWConnection

매개 변수

handle
IntPtr

nativeint

owns
Boolean

적용 대상