C# Class ProxyManager.ProxyItem

Datei anzeigen Open project: c-jiang/ProxyManager Class Usage Examples

Public Methods

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ProxyItem() public method

public ProxyItem ( ) : System
return System

ProxyItem() public method

public ProxyItem ( bool isEnabled, string proxyAddr, string bypass ) : System
isEnabled bool
proxyAddr string
bypass string
return System

ProxyItem() public method

public ProxyItem ( bool isEnabled, string proxyAddr, string bypass, bool isAutoConfDisabled ) : System
isEnabled bool
proxyAddr string
bypass string
isAutoConfDisabled bool
return System