Overload List

  NameDescription
Public methodReceiveFrom(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.
Public methodReceiveFrom(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.
Public methodReceiveFrom(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.
Public methodReceiveFrom(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.

See Also