C# Class Shadowsocks.Model.Server

Show file Open project: shadowsocks/shadowsocks-windows Class Usage Examples

Public Properties

Property Type Description
UrlFinder Regex
auth bool
method string
password string
remarks string
server string
server_port int
timeout int

Public Methods

Method Description
Equals ( object obj ) : bool
FriendlyName ( ) : string
GetHashCode ( ) : int
Identifier ( ) : string
Server ( ) : System
Server ( string ssURL ) : System

Method Details

Equals() public method

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

FriendlyName() public method

public FriendlyName ( ) : string
return string

GetHashCode() public method

public GetHashCode ( ) : int
return int

Identifier() public method

public Identifier ( ) : string
return string

Server() public method

public Server ( ) : System
return System

Server() public method

public Server ( string ssURL ) : System
ssURL string
return System

Property Details

UrlFinder public static property

public static Regex UrlFinder
return Regex

auth public property

public bool auth
return bool

method public property

public string method
return string

password public property

public string password
return string

remarks public property

public string remarks
return string

server public property

public string server
return string

server_port public property

public int server_port
return int

timeout public property

public int timeout
return int