NWConnection.SendIdempotent 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
SendIdempotent(DispatchData, NWContentContext, Boolean) | |
SendIdempotent(Byte[], NWContentContext, Boolean) |
SendIdempotent(DispatchData, NWContentContext, Boolean)
public void SendIdempotent (CoreFoundation.DispatchData buffer, Network.NWContentContext context, bool isComplete);
member this.SendIdempotent : CoreFoundation.DispatchData * Network.NWContentContext * bool -> unit
Parameters
- buffer
- DispatchData
- context
- NWContentContext
- isComplete
- Boolean
Applies to
SendIdempotent(Byte[], NWContentContext, Boolean)
public void SendIdempotent (byte[] buffer, Network.NWContentContext context, bool isComplete);
member this.SendIdempotent : byte[] * Network.NWContentContext * bool -> unit
Parameters
- buffer
- Byte[]
- context
- NWContentContext
- isComplete
- Boolean