IPPacketInformation Struct
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Presenta le informazioni sui pacchetti da una chiamata a ReceiveMessageFrom(Byte[], Int32, Int32, SocketFlags, EndPoint, IPPacketInformation) o EndReceiveMessageFrom(IAsyncResult, SocketFlags, EndPoint, IPPacketInformation).
public value class IPPacketInformation
public struct IPPacketInformation
type IPPacketInformation = struct
Public Structure IPPacketInformation
- Ereditarietà
Proprietà
| Nome | Descrizione |
|---|---|
| Address |
Ottiene le informazioni di origine del pacchetto ricevuto come risultato della chiamata al metodo o EndReceiveMessageFrom(IAsyncResult, SocketFlags, EndPoint, IPPacketInformation) al ReceiveMessageFrom(Byte[], Int32, Int32, SocketFlags, EndPoint, IPPacketInformation) metodo . |
| Interface |
Ottiene le informazioni sull'interfaccia di rete associate a una chiamata a ReceiveMessageFrom(Byte[], Int32, Int32, SocketFlags, EndPoint, IPPacketInformation) o EndReceiveMessageFrom(IAsyncResult, SocketFlags, EndPoint, IPPacketInformation). |
Metodi
| Nome | Descrizione |
|---|---|
| Equals(Object) |
Restituisce un valore che indica se questa istanza è uguale a un oggetto specificato. |
| GetHashCode() |
Restituisce il codice hash per questa istanza. |
Operatori
| Nome | Descrizione |
|---|---|
| Equality(IPPacketInformation, IPPacketInformation) |
Verifica se due istanze specificate IPPacketInformation sono equivalenti. |
| Inequality(IPPacketInformation, IPPacketInformation) |
Verifica se due istanze specificate IPPacketInformation non sono uguali. |