The members of System.Net.Sockets.IPPacketInformation are listed below.
See Also: Inherited members from System.ValueType
[read-only] | Address | System.Net.IPAddress.
Gets the origin information of the packet that was received as a result of calling the Socket.ReceiveMessageFrom(Byte[], int, int, SocketFlags@, System.Net.EndPoint@, IPPacketInformation@) method or Socket.EndReceiveMessageFrom(IAsyncResult, SocketFlags@, System.Net.EndPoint@, IPPacketInformation@) method. |
[read-only] | Interface | int.
Gets the network interface information that is associated with a call to Socket.ReceiveMessageFrom(Byte[], int, int, SocketFlags@, System.Net.EndPoint@, IPPacketInformation@) or Socket.EndReceiveMessageFrom(IAsyncResult, SocketFlags@, System.Net.EndPoint@, IPPacketInformation@). |
override | Equals(object)
| |
override | GetHashCode()
|
static | Equality(IPPacketInformation, IPPacketInformation) |
Tests whether two specified System.Net.Sockets.IPPacketInformation instances are equivalent. |
static | Inequality(IPPacketInformation, IPPacketInformation) |
Tests whether two specified System.Net.Sockets.IPPacketInformation instances are not equal. |