HostInfo RestrictLocalAdaptorNames Property NetworkComms.Net Help
Restricts the addresses that may be used when listening. If set FilteredLocalAddresses  will only return addresses corresponding with specified adaptors names. Please see AllLocalAdaptorNames  for a list of local adaptor names. Correct format is string[] { "Local Area Connection", "eth0", "en0", "wlan0" }.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static string[] RestrictLocalAdaptorNames { get; set; }

Property Value

Type:  OnlineString 
See Also