Метод | Описание | |
---|---|---|
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 ConnectionThreadFn ( object con ) : void | ||
con | object | |
Результат | void |
public static MakePipeName ( string cachedir ) : string | ||
cachedir | string | |
Результат | string |
public Preflight ( string cachedir ) : bool | ||
cachedir | string | |
Результат | bool |
public ProcessRequest ( CClashRequest req ) : CClashResponse | ||
req | CClashRequest | |
Результат | CClashResponse |
public ServiceRequest ( NamedPipeServerStream nss ) : void | ||
nss | NamedPipeServerStream | |
Результат | void |