C# Class SplitAndMerge.DebuggerClient

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

Méthodes publiques

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

Method Details

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

RunClient() public méthode

public RunClient ( Object threadContext ) : void
threadContext Object
Résultat void

SendBack() public méthode

public SendBack ( string str, bool sendLength = true ) : bool
str string
sendLength bool
Résultat bool

SendFile() public méthode

public SendFile ( string source, string destination ) : void
source string
destination string
Résultat void