IPPacketInformation.Interface Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les informations d'interface réseau associées à un appel à ReceiveMessageFrom(Byte[], Int32, Int32, SocketFlags, EndPoint, IPPacketInformation) ou EndReceiveMessageFrom(IAsyncResult, SocketFlags, EndPoint, IPPacketInformation).
public:
property int Interface { int get(); };
public int Interface { get; }
member this.Interface : int
Public ReadOnly Property Interface As Integer
Valeur de propriété
Valeur Int32, qui représente l'index de l'interface réseau. Vous pouvez utiliser cet index avec GetAllNetworkInterfaces() pour obtenir plus d'informations à propos de l'interface appropriée.