C# 클래스 Shadowsocks.Model.Configuration

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

공개 프로퍼티들

프로퍼티 타입 설명
autoCheckUpdate bool
availabilityStatistics bool
checkPreRelease bool
configs List
enabled bool
global bool
hotkey Shadowsocks.Model.HotkeyConfig
index int
isDefault bool
isVerboseLogging bool
localPort int
logViewer Shadowsocks.Model.LogViewerConfig
pacUrl string
proxy Shadowsocks.Model.ProxyConfig
secureLocalPac bool
shareOverLan bool
strategy string
useOnlinePac bool

공개 메소드들

메소드 설명
CheckLocalPort ( int port ) : void
CheckPort ( int port ) : void
CheckServer ( Server server ) : void
CheckServer ( string server ) : void
CheckTimeout ( int timeout, int maxTimeout ) : void
GetCurrentServer ( ) : Server
GetDefaultServer ( ) : Server
Load ( ) : Configuration
Save ( Configuration config ) : void

비공개 메소드들

메소드 설명
Assert ( bool condition ) : void
CheckPassword ( string password ) : void

메소드 상세

CheckLocalPort() 공개 정적인 메소드

public static CheckLocalPort ( int port ) : void
port int
리턴 void

CheckPort() 공개 정적인 메소드

public static CheckPort ( int port ) : void
port int
리턴 void

CheckServer() 공개 정적인 메소드

public static CheckServer ( Server server ) : void
server Server
리턴 void

CheckServer() 공개 정적인 메소드

public static CheckServer ( string server ) : void
server string
리턴 void

CheckTimeout() 공개 정적인 메소드

public static CheckTimeout ( int timeout, int maxTimeout ) : void
timeout int
maxTimeout int
리턴 void

GetCurrentServer() 공개 메소드

public GetCurrentServer ( ) : Server
리턴 Server

GetDefaultServer() 공개 정적인 메소드

public static GetDefaultServer ( ) : Server
리턴 Server

Load() 공개 정적인 메소드

public static Load ( ) : Configuration
리턴 Configuration

Save() 공개 정적인 메소드

public static Save ( Configuration config ) : void
config Configuration
리턴 void

프로퍼티 상세

autoCheckUpdate 공개적으로 프로퍼티

public bool autoCheckUpdate
리턴 bool

availabilityStatistics 공개적으로 프로퍼티

public bool availabilityStatistics
리턴 bool

checkPreRelease 공개적으로 프로퍼티

public bool checkPreRelease
리턴 bool

configs 공개적으로 프로퍼티

public List configs
리턴 List

enabled 공개적으로 프로퍼티

public bool enabled
리턴 bool

global 공개적으로 프로퍼티

public bool global
리턴 bool

hotkey 공개적으로 프로퍼티

public HotkeyConfig,Shadowsocks.Model hotkey
리턴 Shadowsocks.Model.HotkeyConfig

index 공개적으로 프로퍼티

public int index
리턴 int

isDefault 공개적으로 프로퍼티

public bool isDefault
리턴 bool

isVerboseLogging 공개적으로 프로퍼티

public bool isVerboseLogging
리턴 bool

localPort 공개적으로 프로퍼티

public int localPort
리턴 int

logViewer 공개적으로 프로퍼티

public LogViewerConfig,Shadowsocks.Model logViewer
리턴 Shadowsocks.Model.LogViewerConfig

pacUrl 공개적으로 프로퍼티

public string pacUrl
리턴 string

proxy 공개적으로 프로퍼티

public ProxyConfig,Shadowsocks.Model proxy
리턴 Shadowsocks.Model.ProxyConfig

secureLocalPac 공개적으로 프로퍼티

public bool secureLocalPac
리턴 bool

shareOverLan 공개적으로 프로퍼티

public bool shareOverLan
리턴 bool

strategy 공개적으로 프로퍼티

public string strategy
리턴 string

useOnlinePac 공개적으로 프로퍼티

public bool useOnlinePac
리턴 bool