NWConnection.Send Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Send(DispatchData, NWContentContext, Boolean, Action<NWError>) | |
Send(Byte[], NWContentContext, Boolean, Action<NWError>) | |
Send(Byte[], Int32, Int32, NWContentContext, Boolean, Action<NWError>) |
Send(DispatchData, NWContentContext, Boolean, Action<NWError>)
public void Send (CoreFoundation.DispatchData buffer, Network.NWContentContext context, bool isComplete, Action<Network.NWError> callback);
member this.Send : CoreFoundation.DispatchData * Network.NWContentContext * bool * Action<Network.NWError> -> unit
Parameters
- buffer
- DispatchData
- context
- NWContentContext
- isComplete
- Boolean
Applies to
Send(Byte[], NWContentContext, Boolean, Action<NWError>)
public void Send (byte[] buffer, Network.NWContentContext context, bool isComplete, Action<Network.NWError> callback);
member this.Send : byte[] * Network.NWContentContext * bool * Action<Network.NWError> -> unit
Parameters
- buffer
- Byte[]
- context
- NWContentContext
- isComplete
- Boolean
Applies to
Send(Byte[], Int32, Int32, NWContentContext, Boolean, Action<NWError>)
public void Send (byte[] buffer, int start, int length, Network.NWContentContext context, bool isComplete, Action<Network.NWError> callback);
member this.Send : byte[] * int * int * Network.NWContentContext * bool * Action<Network.NWError> -> unit
Parameters
- buffer
- Byte[]
- start
- Int32
- length
- Int32
- context
- NWContentContext
- isComplete
- Boolean