C# Class Library.Net.I2p.SocketLineReader

Inheritance: Library.ManagerBase
ファイルを表示 Open project: Alliance-Network/Library Class Usage Examples

Public Methods

Method Description
ReadLine ( ) : string
SocketLineReader ( Socket socket, Encoding encoding ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

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

ReadLine() public method

public ReadLine ( ) : string
return string

SocketLineReader() public method

public SocketLineReader ( Socket socket, Encoding encoding ) : System
socket Socket
encoding Encoding
return System