C# Class Shadowsocks.Model.Server

Afficher le fichier Open project: shadowsocks/shadowsocks-windows Class Usage Examples

Méthodes publiques

Свойство Type Description
UrlFinder Regex
auth bool
method string
password string
remarks string
server string
server_port int
timeout int

Méthodes publiques

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

Method Details

Equals() public méthode

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

FriendlyName() public méthode

public FriendlyName ( ) : string
Résultat string

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Identifier() public méthode

public Identifier ( ) : string
Résultat string

Server() public méthode

public Server ( ) : System
Résultat System

Server() public méthode

public Server ( string ssURL ) : System
ssURL string
Résultat System

Property Details

UrlFinder public_oe static_oe property

public static Regex UrlFinder
Résultat Regex

auth public_oe property

public bool auth
Résultat bool

method public_oe property

public string method
Résultat string

password public_oe property

public string password
Résultat string

remarks public_oe property

public string remarks
Résultat string

server public_oe property

public string server
Résultat string

server_port public_oe property

public int server_port
Résultat int

timeout public_oe property

public int timeout
Résultat int