Class NetworkGlobal
Provides global network configuration settings and utility methods.
public static class NetworkGlobal
- Inheritance
-
NetworkGlobal
- Inherited Members
Properties
ConnectionLimit
Gets or sets the connection limit received from the licensing server.
public static int ConnectionLimit { get; set; }
Property Value
SessionDurationLimitSec
Gets or sets the session duration limit in seconds received from the licensing server.
public static int SessionDurationLimitSec { get; set; }
Property Value
Methods
LogTraceRoute(string)
Performs an asynchronous trace route to the specified host and logs the results.
public static void LogTraceRoute(string host)
Parameters
hoststringThe hostname or IP address to trace the route to.