C# 클래스 Shadowsocks.Model.Server

파일 보기 프로젝트 열기: shadowsocks/shadowsocks-windows 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
UrlFinder Regex
auth bool
method string
password string
remarks string
server string
server_port int
timeout int

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
FriendlyName ( ) : string
GetHashCode ( ) : int
Identifier ( ) : string
Server ( ) : System
Server ( string ssURL ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FriendlyName() 공개 메소드

public FriendlyName ( ) : string
리턴 string

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Identifier() 공개 메소드

public Identifier ( ) : string
리턴 string

Server() 공개 메소드

public Server ( ) : System
리턴 System

Server() 공개 메소드

public Server ( string ssURL ) : System
ssURL string
리턴 System

프로퍼티 상세

UrlFinder 공개적으로 정적으로 프로퍼티

public static Regex UrlFinder
리턴 Regex

auth 공개적으로 프로퍼티

public bool auth
리턴 bool

method 공개적으로 프로퍼티

public string method
리턴 string

password 공개적으로 프로퍼티

public string password
리턴 string

remarks 공개적으로 프로퍼티

public string remarks
리턴 string

server 공개적으로 프로퍼티

public string server
리턴 string

server_port 공개적으로 프로퍼티

public int server_port
리턴 int

timeout 공개적으로 프로퍼티

public int timeout
리턴 int