UdpNetworkClient Methods |
The UdpNetworkClient type exposes the following members.
Name | Description | |
---|---|---|
Bind |
Associates socket with local endpoint.
| |
Close |
Closes underlying socket.
| |
FinishInit |
Finishes initialization by starting receive chain.
| |
Send(ArraySegmentByte) |
Sends an ArraySegment to the remote endpoint.
| |
Send(Byte) |
Sends a byte array to the remote endpoint.
| |
Send(String) |
Sends a string to the remote endpoint.
| |
Send(OffsetBufferByte) |
Sends an OffsetBuffer to the remote endpoint.
| |
SimpleInit |
Calls StartInit, Bind and FinishInit in one run.
| |
StartInit |
Starts initialization by creating underlying socket.
| |
StartReceiveChain |
Starts the internal receive chain. This function should only be called if
FinishInit(false) was called, otherwise the receive chain is already started.
|
Name | Description | |
---|---|---|
Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |