Overload List
| Name | Description | |
|---|---|---|
| ReceiveFrom(array<Byte>[]()[][], EndPoint%) |
Receives all of the data currently available from an unbound socket, places the data in a buffer array, and gets the data's endpoint.
| |
| ReceiveFrom(array<Byte>[]()[][], SocketFlags, EndPoint%) |
Receives all of the data currently available from an unbound socket, according to specified flags, and places the data in a buffer array. This method also gets the data's endpoint.
| |
| ReceiveFrom(array<Byte>[]()[][], Int32, SocketFlags, EndPoint%) |
Receives data from an unbound socket, according to specified flags, and places the data in a buffer array. This method also gets the data's endpoint.
| |
| ReceiveFrom(array<Byte>[]()[][], Int32, Int32, SocketFlags, EndPoint%) |
Receives data from an unbound socket, according to specified flags, and places the data in a buffer array, beginning at a specified location in the buffer. This method also gets the data's endpoint.
|