C# Class SplitAndMerge.DebuggerServer

Afficher le fichier Open project: vassilych/cscs_wpf Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public static ProcessQueue ( ) : Task
Résultat Task

RunRequestBlocked() public static méthode

public static RunRequestBlocked ( Object threadContext ) : void
threadContext Object
Résultat void

StartServer() public static méthode

public static StartServer ( int port = 13337, bool allowRemoteConnections = false ) : string
port int
allowRemoteConnections bool
Résultat string

StopServer() public static méthode

public static StopServer ( ) : void
Résultat void