C# Class SplitAndMerge.DebuggerServer

Exibir arquivo Open project: vassilych/cscs_wpf Class Usage Examples

Public Methods

Method Description
ProcessQueue ( ) : Task
RunRequestBlocked ( Object threadContext ) : void
StartServer ( int port = 13337, bool allowRemoteConnections = false ) : string
StopServer ( ) : void

Private Methods

Method Description
SendBack ( string str, bool sendLength = true ) : void
SendFile ( string filename, string destination ) : void
StartProcessing ( Object threadContext ) : void
StartServerBlocked ( Object threadContext ) : void

Method Details

ProcessQueue() public static method

public static ProcessQueue ( ) : Task
return Task

RunRequestBlocked() public static method

public static RunRequestBlocked ( Object threadContext ) : void
threadContext Object
return void

StartServer() public static method

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

StopServer() public static method

public static StopServer ( ) : void
return void