C# Class Shadowsocks.Model.Server

Mostrar archivo 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_oe static_oe property

public static Regex UrlFinder
return Regex

auth public_oe property

public bool auth
return bool

method public_oe property

public string method
return string

password public_oe property

public string password
return string

remarks public_oe property

public string remarks
return string

server public_oe property

public string server
return string

server_port public_oe property

public int server_port
return int

timeout public_oe property

public int timeout
return int