次の方法で共有


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

適用対象