Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IPPacketInformation Struct

Definition

Namespace:
System.Net.Sockets
Assemblies:
netstandard.dll, System.Net.Sockets.dll
Assembly:
System.Net.Sockets.dll
Assembly:
System.dll
Assembly:
netstandard.dll
Source:
IPPacketInformation.cs
Source:
IPPacketInformation.cs
Source:
IPPacketInformation.cs
Source:
IPPacketInformation.cs
Source:
IPPacketInformation.cs

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.

public value class IPPacketInformation : IEquatable<System::Net::Sockets::IPPacketInformation>
public value class IPPacketInformation
public struct IPPacketInformation : IEquatable<System.Net.Sockets.IPPacketInformation>
public struct IPPacketInformation
type IPPacketInformation = struct
Public Structure IPPacketInformation
Implements IEquatable(Of IPPacketInformation)
Public Structure IPPacketInformation
Inheritance
IPPacketInformation
Implements

Properties

Name Description
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

Name Description
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

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.

Applies to


Feedback

Was this page helpful?