C# Class ProxyManager.ProxyGroup

Show file Open project: c-jiang/ProxyManager Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ProxyGroup ( ) : System
ProxyGroup ( ProxyGroup pg ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ProxyGroup() public method

public ProxyGroup ( ) : System
return System

ProxyGroup() public method

public ProxyGroup ( ProxyGroup pg ) : System
pg ProxyGroup
return System