C# Class NZBHags.NNTPConnection

Inheritance: System.Net.Sockets.TcpClient
Afficher le fichier Open project: maesse/NZBHags Class Usage Examples

Méthodes publiques

Свойство Type Description
id int
mainGui MainGUI

Méthodes publiques

Méthode Description
Disconnect ( ) : void
NNTPConnection ( int id, NewsServer serverInfo, QueueHandler handler ) : System
RecieveSegment ( Segment segment ) : byte[]
Run ( ) : void

Private Methods

Méthode Description
Assert ( string response, string str ) : void
Login ( ) : void
Response ( ) : string
Write ( string message ) : void
getValue ( string line, string parm ) : string

Method Details

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

NNTPConnection() public méthode

public NNTPConnection ( int id, NewsServer serverInfo, QueueHandler handler ) : System
id int
serverInfo NewsServer
handler QueueHandler
Résultat System

RecieveSegment() public méthode

public RecieveSegment ( Segment segment ) : byte[]
segment Segment
Résultat byte[]

Run() public méthode

public Run ( ) : void
Résultat void

Property Details

id public_oe property

public int id
Résultat int

mainGui public_oe property

public MainGUI,NZBHags mainGui
Résultat MainGUI