Table of Contents

Class NetworkGlobal

Namespace
VAST.Network
Assembly
VAST.Common.dll

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

int

SessionDurationLimitSec

Gets or sets the session duration limit in seconds received from the licensing server.

public static int SessionDurationLimitSec { get; set; }

Property Value

int

Methods

LogTraceRoute(string)

Performs an asynchronous trace route to the specified host and logs the results.

public static void LogTraceRoute(string host)

Parameters

host string

The hostname or IP address to trace the route to.