C# Class Library.Net.Proxy.SocketLineReader

Inheritance: Library.ManagerBase
Afficher le fichier Open project: Alliance-Network/Library Class Usage Examples

Méthodes publiques

Méthode Description
ReadLine ( ) : string
SocketLineReader ( Socket socket, Encoding encoding ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

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

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

SocketLineReader() public méthode

public SocketLineReader ( Socket socket, Encoding encoding ) : System
socket System.Net.Sockets.Socket
encoding System.Text.Encoding
Résultat System