IPPacketInformation Structure
Presents the packet information from a call to ReceiveMessageFrom or EndReceiveMessageFrom.
Assembly: System (in System.dll)
| 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(Object^) | 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() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(IPPacketInformation, IPPacketInformation) | Tests whether two specified IPPacketInformation instances are equivalent. |
![]() ![]() | Inequality(IPPacketInformation, IPPacketInformation) | Tests whether two specified IPPacketInformation instances are not equal. |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



