UdpReceiveResult Structure
Presents UDP receive result information from a call to the ReceiveAsync method.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | UdpReceiveResult(array<Byte>^, IPEndPoint^) | Initializes a new instance of the UdpReceiveResult class. |
| 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() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(UdpReceiveResult, UdpReceiveResult) | Tests whether two specified UdpReceiveResult instances are equivalent. |
![]() ![]() | Inequality(UdpReceiveResult, UdpReceiveResult) | Tests whether two specified UdpReceiveResult instances are not equal. |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



