This documentation is archived and is not being maintained.
IPPacketInformation Structure
Visual Studio 2010
Presents the packet information from a call to ReceiveMessageFrom or EndReceiveMessageFrom.
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).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Overrides ValueType::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
