IPPacketInformation Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 value class IPPacketInformation : IEquatable<System::Net::Sockets::IPPacketInformation>
public struct IPPacketInformation
public struct IPPacketInformation : IEquatable<System.Net.Sockets.IPPacketInformation>
type IPPacketInformation = struct
Public Structure IPPacketInformation
Public Structure IPPacketInformation
Implements IEquatable(Of IPPacketInformation)
- Inheritance
- Implements
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(IPPacketInformation) |
Indicates whether the current instance is equal to another instance of the same type. |
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. |