C# Class SplitAndMerge.DebuggerClient

Exibir arquivo Open project: vassilych/cscs_wpf Class Usage Examples

Public Methods

Method Description
Disconnect ( ) : void
RunClient ( Object threadContext ) : void
SendBack ( string str, bool sendLength = true ) : bool
SendFile ( string source, string destination ) : void

Method Details

Disconnect() public method

public Disconnect ( ) : void
return void

RunClient() public method

public RunClient ( Object threadContext ) : void
threadContext Object
return void

SendBack() public method

public SendBack ( string str, bool sendLength = true ) : bool
str string
sendLength bool
return bool

SendFile() public method

public SendFile ( string source, string destination ) : void
source string
destination string
return void