IPPacketInformation Struct
Definition
Presents the packet information from a call to ReceiveMessageFrom(Byte[], Int32, Int32, SocketFlags, EndPoint, IPPacketInformation) or EndReceiveMessageFrom(IAsyncResult, SocketFlags, EndPoint, IPPacketInformation).
public value class IPPacketInformation
public struct IPPacketInformation
type IPPacketInformation = struct
Public Structure IPPacketInformation
- Inheritance
Properties
Address |
Gets the origin information of the packet that was received as a result of calling the ReceiveMessageFrom(Byte[], Int32, Int32, SocketFlags, EndPoint, IPPacketInformation) method or EndReceiveMessageFrom(IAsyncResult, SocketFlags, EndPoint, IPPacketInformation) method. |
Interface |
Gets the network interface information that is associated with a call to ReceiveMessageFrom(Byte[], Int32, Int32, SocketFlags, EndPoint, IPPacketInformation) or EndReceiveMessageFrom(IAsyncResult, SocketFlags, EndPoint, IPPacketInformation). |
Methods
Equals(Object) |
Returns a value that indicates whether this instance is equal to a specified object. |
GetHashCode() |
Returns the hash code for this instance. |
Operators
Equality(IPPacketInformation, IPPacketInformation) |
Tests whether two specified IPPacketInformation instances are equivalent. |
Inequality(IPPacketInformation, IPPacketInformation) |
Tests whether two specified IPPacketInformation instances are not equal. |