C# Class SkylinesRemotePython.TcpStreamWriter

Inheritance: StreamWriter
Exibir arquivo Open project: Strdate/PythonConsole Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
WriteImpl ( string value ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

TcpStreamWriter() public method

public TcpStreamWriter ( Stream stream, SkylinesRemotePython.ClientHandler client ) : SkylinesPythonShared
stream Stream
client SkylinesRemotePython.ClientHandler
return SkylinesPythonShared

Write() public method

public Write ( string value ) : void
value string
return void

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

public WriteLine ( string value ) : void
value string
return void