메소드 | 설명 | |
---|---|---|
CClashServer ( ) : System | ||
ConnectionThreadFn ( object con ) : void | ||
Dispose ( ) : void | ||
Listen ( string cachedir ) : void | ||
MakePipeName ( string cachedir ) : string | ||
Preflight ( string cachedir ) : bool | ||
ProcessRequest ( CClashRequest req ) : CClashResponse | ||
ServiceRequest ( NamedPipeServerStream nss ) : void | ||
Stop ( ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
NewServerThread ( string cachedir ) : void | ||
ThreadBeforeProcessRequest ( ) : void | ||
ThreadIsBusy ( ) : void | ||
ThreadIsIdle ( ) : void |
public static MakePipeName ( string cachedir ) : string | ||
cachedir | string | |
리턴 | string |
public ProcessRequest ( CClashRequest req ) : CClashResponse | ||
req | CClashRequest | |
리턴 | CClashResponse |
public ServiceRequest ( NamedPipeServerStream nss ) : void | ||
nss | NamedPipeServerStream | |
리턴 | void |