Socket.ReceiveFrom Method
.NET Framework 3.5
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.
| Name | Description | |
|---|---|---|
|
ReceiveFrom(Byte[], EndPoint) | Receives a datagram into the data buffer and stores the endpoint. |
|
ReceiveFrom(Byte[], SocketFlags, EndPoint) | Receives a datagram into the data buffer, using the specified SocketFlags, and stores the endpoint. |
|
ReceiveFrom(Byte[], Int32, SocketFlags, EndPoint) | Receives the specified number of bytes into the data buffer, using the specified SocketFlags, and stores the endpoint. |
|
ReceiveFrom(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. |