C# Class NntpClient.Connection

Inheritance: IDisposable
Afficher le fichier Open project: strider-/NntpClient Class Usage Examples

Méthodes publiques

Méthode Description
Connection ( string hostname, int port, bool useSsl ) : System
Dispose ( ) : void
PeekLine ( ) : string
ReadLine ( ) : string
WriteLine ( string line ) : ServerReply

Method Details

Connection() public méthode

public Connection ( string hostname, int port, bool useSsl ) : System
hostname string
port int
useSsl bool
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PeekLine() public méthode

public PeekLine ( ) : string
Résultat string

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

WriteLine() public méthode

public WriteLine ( string line ) : ServerReply
line string
Résultat ServerReply