C# 클래스 SplitAndMerge.DebuggerServer

파일 보기 프로젝트 열기: vassilych/cscs_wpf 1 사용 예제들

공개 메소드들

메소드 설명
ProcessQueue ( ) : Task
RunRequestBlocked ( Object threadContext ) : void
StartServer ( int port = 13337, bool allowRemoteConnections = false ) : string
StopServer ( ) : void

비공개 메소드들

메소드 설명
SendBack ( string str, bool sendLength = true ) : void
SendFile ( string filename, string destination ) : void
StartProcessing ( Object threadContext ) : void
StartServerBlocked ( Object threadContext ) : void

메소드 상세

ProcessQueue() 공개 정적인 메소드

public static ProcessQueue ( ) : Task
리턴 Task

RunRequestBlocked() 공개 정적인 메소드

public static RunRequestBlocked ( Object threadContext ) : void
threadContext Object
리턴 void

StartServer() 공개 정적인 메소드

public static StartServer ( int port = 13337, bool allowRemoteConnections = false ) : string
port int
allowRemoteConnections bool
리턴 string

StopServer() 공개 정적인 메소드

public static StopServer ( ) : void
리턴 void