C# Class ProxyManager.NetworkDetector

Exibir arquivo Open project: c-jiang/ProxyManager Class Usage Examples

Public Methods

Method Description
ActiveNetworkDescription ( ) : string
ActiveNetworkDnsAddress ( ) : string
ActiveNetworkDnsAddresses ( ) : string[]
ActiveNetworkDnsSuffix ( ) : string
ActiveNetworkGateway ( ) : string
ActiveNetworkIPAddress ( ) : string
ActiveNetworkId ( ) : string
ActiveNetworkName ( ) : string
ActiveNetworkSubMask ( ) : string
ActiveNetworkType ( ) : string
DetectActiveNetwork ( ) : void
IsNetworkActive ( ) : bool
NetworkDetector ( ) : System
OsNotify_NetworkChanged ( object sender, EventArgs e ) : void

Method Details

ActiveNetworkDescription() public method

public ActiveNetworkDescription ( ) : string
return string

ActiveNetworkDnsAddress() public method

public ActiveNetworkDnsAddress ( ) : string
return string

ActiveNetworkDnsAddresses() public method

public ActiveNetworkDnsAddresses ( ) : string[]
return string[]

ActiveNetworkDnsSuffix() public method

public ActiveNetworkDnsSuffix ( ) : string
return string

ActiveNetworkGateway() public method

public ActiveNetworkGateway ( ) : string
return string

ActiveNetworkIPAddress() public method

public ActiveNetworkIPAddress ( ) : string
return string

ActiveNetworkId() public method

public ActiveNetworkId ( ) : string
return string

ActiveNetworkName() public method

public ActiveNetworkName ( ) : string
return string

ActiveNetworkSubMask() public method

public ActiveNetworkSubMask ( ) : string
return string

ActiveNetworkType() public method

public ActiveNetworkType ( ) : string
return string

DetectActiveNetwork() public method

public DetectActiveNetwork ( ) : void
return void

IsNetworkActive() public method

public IsNetworkActive ( ) : bool
return bool

NetworkDetector() public method

public NetworkDetector ( ) : System
return System

OsNotify_NetworkChanged() public method

public OsNotify_NetworkChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void