C# 클래스 NZBHags.NNTPConnection

상속: System.Net.Sockets.TcpClient
파일 보기 프로젝트 열기: maesse/NZBHags 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
id int
mainGui MainGUI

공개 메소드들

메소드 설명
Disconnect ( ) : void
NNTPConnection ( int id, NewsServer serverInfo, QueueHandler handler ) : System
RecieveSegment ( Segment segment ) : byte[]
Run ( ) : void

비공개 메소드들

메소드 설명
Assert ( string response, string str ) : void
Login ( ) : void
Response ( ) : string
Write ( string message ) : void
getValue ( string line, string parm ) : string

메소드 상세

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

NNTPConnection() 공개 메소드

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

RecieveSegment() 공개 메소드

public RecieveSegment ( Segment segment ) : byte[]
segment Segment
리턴 byte[]

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

id 공개적으로 프로퍼티

public int id
리턴 int

mainGui 공개적으로 프로퍼티

public MainGUI,NZBHags mainGui
리턴 MainGUI