C# Class ProxyManager.ProxyItem

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ProxyItem ( ) : System
ProxyItem ( bool isEnabled, string proxyAddr, string bypass ) : System
ProxyItem ( bool isEnabled, string proxyAddr, string bypass, bool isAutoConfDisabled ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ProxyItem() public méthode

public ProxyItem ( ) : System
Résultat System

ProxyItem() public méthode

public ProxyItem ( bool isEnabled, string proxyAddr, string bypass ) : System
isEnabled bool
proxyAddr string
bypass string
Résultat System

ProxyItem() public méthode

public ProxyItem ( bool isEnabled, string proxyAddr, string bypass, bool isAutoConfDisabled ) : System
isEnabled bool
proxyAddr string
bypass string
isAutoConfDisabled bool
Résultat System