Click or drag to resize
HostInterfaces Property
A collection of network interfaces installed in the host.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IDictionary<string, Interface> Interfaces { get; }

Property Value

Type: IDictionaryString, Interface
See Also