System.Net.Sockets.UdpReceiveResult Members

The members of System.Net.Sockets.UdpReceiveResult are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Public Properties

[read-only]
Bufferbyte[].

Gets a buffer with the data received in the UDP packet.

[read-only]
RemoteEndPointSystem.Net.IPEndPoint.

Gets the remote endpoint from which the UDP packet was received.

Public Methods

Equals(UdpReceiveResult) : bool

Returns a value that indicates whether this instance is equal to a specified object.

override
Equals(object) : bool

Returns a value that indicates whether this instance is equal to a specified object.

override
GetHashCode() : int

Returns the hash code for this instance.

Public Operators

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.