The members of System.Net.Sockets.UdpReceiveResult are listed below.
See Also: Inherited members from System.ValueType
Initializes a new instance of the System.Net.Sockets.UdpReceiveResult class. |
[read-only] | Buffer | byte[].
Gets a buffer with the data received in the UDP packet. |
[read-only] | RemoteEndPoint | System.Net.IPEndPoint.
Gets the remote endpoint from which the UDP packet was received. |
Equals(UdpReceiveResult)
| ||
override | Equals(object)
| |
override | GetHashCode()
|
static | Equality(UdpReceiveResult, UdpReceiveResult) |
Tests whether two specified System.Net.Sockets.UdpReceiveResult instances are equivalent. |
static | Inequality(UdpReceiveResult, UdpReceiveResult) |
Tests whether two specified System.Net.Sockets.UdpReceiveResult instances are not equal. |