IPPacketInformation Structure
.NET Framework 4.5
Presents the packet information from a call to ReceiveMessageFrom or EndReceiveMessageFrom.
Namespace: System.Net.Sockets
Assembly: System (in System.dll)
The IPPacketInformation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Address | Gets the origin information of the packet that was received as a result of calling the ReceiveMessageFrom method or EndReceiveMessageFrom method. |
![]() | Interface | Gets the network interface information that is associated with a call to ReceiveMessageFrom or EndReceiveMessageFrom. |
| Name | Description | |
|---|---|---|
![]() | Equals | Returns a value that indicates whether this instance is equal to a specified object. (Overrides ValueType.Equals(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 IPPacketInformation instances are equivalent. |
![]() ![]() | Inequality | Tests whether two specified IPPacketInformation 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.
