HostInfo IP PropertiesNetworkComms.Net Help
The HostInfo IP type exposes the following members.
Properties

  NameDescription
Public propertyStatic memberCurrentNetworkLoadIncoming
Returns the current instance network usage, as a value between 0 and 1. Returns the largest value for any available network adaptor. Triggers load analysis upon first call.
Public propertyStatic memberCurrentNetworkLoadOutgoing
Returns the current instance network usage, as a value between 0 and 1. Returns the largest value for any available network adaptor. Triggers load analysis upon first call.
Public propertyStatic memberInterfaceLinkSpeed
The interface link speed in bits/sec used for network load calculations. Default is 100Mb/sec
Public propertyStatic memberNetworkLoadUpdateWindowMS
The number of milliseconds over which to take an instance load (CurrentNetworkLoad) to be used in averaged values (AverageNetworkLoad). Default is 2000ms. Shorter values can be used but less than 200ms may cause significant errors in the value of returned value, especially in mono environments.
Public propertyStatic memberRestrictLocalAddressRanges
Restricts the IPAdddresses that are returned by FilteredLocalAddresses . If using StartListening overrides that do not take IPEndPoints NetworkComms.Net will only listen on IP Addresses within provided ranges. Also see RestrictLocalAdaptorNames. The order of provided ranges determines the order of IPAddresses returned by FilteredLocalAddresses .
Back to Top
See Also