IPPacketInformation Struct

Definizione

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)
Ereditarietà
IPPacketInformation
Implementazioni

Proprietà

Address

Ottiene le informazioni sull'origine del pacchetto ricevuto in seguito alla chiamata al metodo ReceiveMessageFrom(Byte[], Int32, Int32, SocketFlags, EndPoint, IPPacketInformation) o al metodo EndReceiveMessageFrom(IAsyncResult, SocketFlags, EndPoint, IPPacketInformation).

Interface

Ottiene le informazioni sull'interfaccia di rete associate a una chiamata al metodo ReceiveMessageFrom(Byte[], Int32, Int32, SocketFlags, EndPoint, IPPacketInformation) o EndReceiveMessageFrom(IAsyncResult, SocketFlags, EndPoint, IPPacketInformation).

Metodi

Equals(IPPacketInformation)

Indica se l'istanza corrente è uguale a un'altra istanza dello stesso tipo.

Equals(Object)

Restituisce un valore che indica se questa istanza è uguale a un oggetto specificato.

GetHashCode()

Restituisce il codice hash per l'istanza.

Operatori

Equality(IPPacketInformation, IPPacketInformation)

Verifica se due istanze di IPPacketInformation specificate sono equivalenti.

Inequality(IPPacketInformation, IPPacketInformation)

Verifica se due istanze specificate della struttura IPPacketInformation non sono uguali.

Si applica a