ReceiveFrom Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Receives a datagram and stores the source endpoint.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ReceiveFrom(array<Byte> [] () [] [], EndPoint%) | Receives a datagram into the data buffer and stores the endpoint. | |
ReceiveFrom(array<Byte> [] () [] [], SocketFlags, EndPoint%) | Receives a datagram into the data buffer, using the specified SocketFlags, and stores the endpoint. | |
ReceiveFrom(array<Byte> [] () [] [], Int32, SocketFlags, EndPoint%) | Receives the specified number of bytes into the data buffer, using the specified SocketFlags, and stores the endpoint. | |
ReceiveFrom(array<Byte> [] () [] [], Int32, Int32, SocketFlags, EndPoint%) | Receives the specified number of bytes of data into the specified location of the data buffer, using the specified SocketFlags, and stores the endpoint. |
Top