C# 클래스 BitServer.POP3connection

파일 보기 프로젝트 열기: AyrA/BitMailServer 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
POP3connection ( TcpClient cli ) : System
err ( string Message, bool close ) : void
ok ( string Message ) : void
sendRaw ( string content ) : void

비공개 메소드들

메소드 설명
check ( ) : void
close ( ) : void
dataRec ( IAsyncResult ar ) : void
send ( string Message ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

POP3connection() 공개 메소드

public POP3connection ( TcpClient cli ) : System
cli System.Net.Sockets.TcpClient
리턴 System

err() 공개 메소드

public err ( string Message, bool close ) : void
Message string
close bool
리턴 void

ok() 공개 메소드

public ok ( string Message ) : void
Message string
리턴 void

sendRaw() 공개 메소드

public sendRaw ( string content ) : void
content string
리턴 void