C# Class SkylinesRemotePython.TcpStreamWriter

Inheritance: StreamWriter
Afficher le fichier Open project: Strdate/PythonConsole Class Usage Examples

Méthodes publiques

Méthode Description
TcpStreamWriter ( Stream stream, SkylinesRemotePython.ClientHandler client ) : SkylinesPythonShared
Write ( string value ) : void
WriteLine ( ) : void
WriteLine ( string value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
WriteImpl ( string value ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

TcpStreamWriter() public méthode

public TcpStreamWriter ( Stream stream, SkylinesRemotePython.ClientHandler client ) : SkylinesPythonShared
stream Stream
client SkylinesRemotePython.ClientHandler
Résultat SkylinesPythonShared

Write() public méthode

public Write ( string value ) : void
value string
Résultat void

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( string value ) : void
value string
Résultat void