IPPacketInformation.Interface Propriedade

Definição

public:
 property int Interface { int get(); };
public int Interface { get; }
member this.Interface : int
Public ReadOnly Property Interface As Integer

Valor da propriedade

Int32

Um Int32 valor, que representa o índice da interface de rede.An Int32 value, which represents the index of the network interface. Você pode usar esse índice com GetAllNetworkInterfaces() para obter mais informações sobre a interface relevante.You can use this index with GetAllNetworkInterfaces() to get more information about the relevant interface.

Aplica-se a