C# Class Library.Net.Proxy.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 System.Net.Sockets.Socket
encoding System.Text.Encoding
return System