UdpReceiveResult Structure
.NET Framework 4.5
Presents UDP receive result information from a call to the ReceiveAsync method.
Namespace: System.Net.Sockets
Assembly: System (in System.dll)
The UdpReceiveResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Buffer | Gets a buffer with the data received in the UDP packet. |
![]() | RemoteEndPoint | Gets the remote endpoint from which the UDP packet was received. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Returns a value that indicates whether this instance is equal to a specified object. (Overrides ValueType.Equals(Object).) |
![]() | Equals(UdpReceiveResult) | Returns a value that indicates whether this instance is equal to a specified object. |
![]() | GetHashCode | Returns the hash code for this instance. (Overrides ValueType.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Tests whether two specified UdpReceiveResult instances are equivalent. |
![]() ![]() | Inequality | Tests whether two specified UdpReceiveResult instances are not equal. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
