C# Class NZBHags.NNTPConnection

Inheritance: System.Net.Sockets.TcpClient
Mostrar archivo Open project: maesse/NZBHags Class Usage Examples

Public Properties

Property Type Description
id int
mainGui MainGUI

Public Methods

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

Private Methods

Method 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 method

public Disconnect ( ) : void
return void

NNTPConnection() public method

public NNTPConnection ( int id, NewsServer serverInfo, QueueHandler handler ) : System
id int
serverInfo NewsServer
handler QueueHandler
return System

RecieveSegment() public method

public RecieveSegment ( Segment segment ) : byte[]
segment Segment
return byte[]

Run() public method

public Run ( ) : void
return void

Property Details

id public_oe property

public int id
return int

mainGui public_oe property

public MainGUI,NZBHags mainGui
return MainGUI