C# Class ProxyManager.NetworkDetector

Afficher le fichier Open project: c-jiang/ProxyManager Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ActiveNetworkDescription ( ) : string
Résultat string

ActiveNetworkDnsAddress() public méthode

public ActiveNetworkDnsAddress ( ) : string
Résultat string

ActiveNetworkDnsAddresses() public méthode

public ActiveNetworkDnsAddresses ( ) : string[]
Résultat string[]

ActiveNetworkDnsSuffix() public méthode

public ActiveNetworkDnsSuffix ( ) : string
Résultat string

ActiveNetworkGateway() public méthode

public ActiveNetworkGateway ( ) : string
Résultat string

ActiveNetworkIPAddress() public méthode

public ActiveNetworkIPAddress ( ) : string
Résultat string

ActiveNetworkId() public méthode

public ActiveNetworkId ( ) : string
Résultat string

ActiveNetworkName() public méthode

public ActiveNetworkName ( ) : string
Résultat string

ActiveNetworkSubMask() public méthode

public ActiveNetworkSubMask ( ) : string
Résultat string

ActiveNetworkType() public méthode

public ActiveNetworkType ( ) : string
Résultat string

DetectActiveNetwork() public méthode

public DetectActiveNetwork ( ) : void
Résultat void

IsNetworkActive() public méthode

public IsNetworkActive ( ) : bool
Résultat bool

NetworkDetector() public méthode

public NetworkDetector ( ) : System
Résultat System

OsNotify_NetworkChanged() public méthode

public OsNotify_NetworkChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void