The HostInfo IP type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
AverageNetworkLoadIncoming |
Returns the averaged value of CurrentNetworkLoadIncoming, as a value between 0 and 1, for a time window of up to 254 seconds.
Triggers load analysis upon first call.
| |
AverageNetworkLoadOutgoing |
Returns the averaged value of CurrentNetworkLoadIncoming, as a value between 0 and 1, for a time window of up to 254 seconds.
Triggers load analysis upon first call.
| |
FilteredLocalAddresses |
Returns all allowed local IP addresses. Caches results for up to 5 second since the previous refresh.
If RestrictLocalAdaptorNames has been set only returns IP addresses corresponding with specified adaptors.
If RestrictLocalAddressRanges has been set only returns matching addresses ordered in descending
preference. i.e. Most preferred at [0].
| |
FilteredLocalAddresses(Boolean) |
Returns all allowed local IP addresses. Caches results for up to 5 second since the previous refresh unless forceCacheUpdate is true.
If RestrictLocalAdaptorNames has been set only returns IP addresses corresponding with specified adaptors.
If RestrictLocalAddressRanges has been set only returns matching addresses ordered in descending
preference. i.e. Most preferred at [0].
|
See Also