C# Class Advtools.AdvInterceptor.State

Mostrar archivo Open project: ADVTOOLS/ADVinterceptor Class Usage Examples

Private Properties

Property Type Description
AllocateIP System.Net.IPAddress
AllocateIP System.Net.IPAddress
GetDefaultNetworkInfo System.Net.IPAddress[]
GetDns AdvDnsClient
IsLocal bool

Public Methods

Method Description
State ( ) : System
State ( Configuration config, LogLevel level ) : System

Private Methods

Method Description
AllocateIP ( string name ) : IPAddress
AllocateIP ( string name, IPAddress ip ) : IPAddress
GetDefaultNetworkInfo ( IPAddress &ipv4, IPAddress &ipv6 ) : System.Net.IPAddress[]
GetDns ( ) : AdvDnsClient
IsLocal ( IPAddress ip ) : bool

Method Details

State() public method

public State ( ) : System
return System

State() public method

public State ( Configuration config, LogLevel level ) : System
config Configuration
level LogLevel
return System