HostInfo MembersNetworkComms.Net Help
The HostInfo type exposes the following members.
Methods

  NameDescription
Public methodStatic memberAllLocalAdaptorNames
Returns all local adaptor names. Can be used to determine which adaptor names to use with RestrictLocalAdaptorNames.
Back to Top
Properties

  NameDescription
Public propertyStatic memberHostName
Returns the current machine hostname
Public propertyStatic memberRestrictLocalAdaptorNames
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" }.
Back to Top
See Also