INetworkInformation

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Provides a mechanism for retrieving network information.

public interface INetworkInformation

Properties

NetworkDomains

Gets the network domains.

IEnumerable<string> NetworkDomains { get; }

Property Value

IEnumerable<string>

NetworkIPs

Gets the network IP addresses.

IEnumerable<string> NetworkIPs { get; }

Property Value

IEnumerable<string>

Last updated