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()
|
適用於