NWConnection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[ObjCRuntime.TV(12, 0)]
public class NWConnection : CoreFoundation.NativeObject
type NWConnection = class
inherit NativeObject
- 継承
-
- 属性
-
コンストラクター
プロパティ
メソッド
Batch(Action)
|
Cancel()
|
CancelCurrentEndpoint()
|
Dispose()
|
(継承元 NativeObject)
|
Dispose(Boolean)
|
(継承元 NativeObject)
|
ForceCancel()
|
GetProtocolMetadata(NWProtocolDefinition)
|
InitializeHandle(IntPtr)
|
(継承元 NativeObject)
|
Receive(UInt32, UInt32, NWConnectionReceiveCompletion)
|
ReceiveData(UInt32, UInt32, NWConnectionReceiveDispatchDataCompletion)
|
ReceiveMessage(NWConnectionReceiveCompletion)
|
ReceiveMessageData(NWConnectionReceiveDispatchDataCompletion)
|
Release()
|
(継承元 NativeObject)
|
Restart()
|
Retain()
|
(継承元 NativeObject)
|
Send(Byte[], Int32, Int32, NWContentContext, Boolean, Action<NWError>)
|
Send(Byte[], NWContentContext, Boolean, Action<NWError>)
|
Send(DispatchData, NWContentContext, Boolean, Action<NWError>)
|
SendIdempotent(Byte[], NWContentContext, Boolean)
|
SendIdempotent(DispatchData, NWContentContext, Boolean)
|
SetBetterPathAvailableHandler(Action<Boolean>)
|
SetBooleanChangeHandler(Action<Boolean>)
|
SetPathChangedHandler(Action<NWPath>)
|
SetQueue(DispatchQueue)
|
SetStateChangeHandler(Action<NWConnectionState,NWError>)
|
Start()
|
適用対象