C# 클래스 CClash.CClashServer

상속: IDisposable
파일 보기 프로젝트 열기: artillery/cclash 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CClashServer() 공개 메소드

public CClashServer ( ) : System
리턴 System

ConnectionThreadFn() 공개 메소드

public ConnectionThreadFn ( object con ) : void
con object
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Listen() 공개 메소드

public Listen ( string cachedir ) : void
cachedir string
리턴 void

MakePipeName() 공개 정적인 메소드

public static MakePipeName ( string cachedir ) : string
cachedir string
리턴 string

Preflight() 공개 메소드

public Preflight ( string cachedir ) : bool
cachedir string
리턴 bool

ProcessRequest() 공개 메소드

public ProcessRequest ( CClashRequest req ) : CClashResponse
req CClashRequest
리턴 CClashResponse

ServiceRequest() 공개 메소드

public ServiceRequest ( NamedPipeServerStream nss ) : void
nss NamedPipeServerStream
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void