C# 클래스 Rnwood.SmtpServer.AbstractSession

상속: IEditableSession
파일 보기 프로젝트 열기: rnwood/smtp4dev

공개 메소드들

메소드 설명
AbstractSession ( IPAddress clientAddress, System.DateTime startDate ) : Rnwood.SmtpServer.Extensions.Auth
AddMessage ( IMessage message ) : void
AppendToLog ( string text ) : void
Dispose ( ) : void
GetLog ( ) : TextReader
GetMessages ( ) : IMessage[]

메소드 상세

AbstractSession() 공개 메소드

public AbstractSession ( IPAddress clientAddress, System.DateTime startDate ) : Rnwood.SmtpServer.Extensions.Auth
clientAddress System.Net.IPAddress
startDate System.DateTime
리턴 Rnwood.SmtpServer.Extensions.Auth

AddMessage() 공개 메소드

public AddMessage ( IMessage message ) : void
message IMessage
리턴 void

AppendToLog() 공개 추상적인 메소드

public abstract AppendToLog ( string text ) : void
text string
리턴 void

Dispose() 공개 추상적인 메소드

public abstract Dispose ( ) : void
리턴 void

GetLog() 공개 추상적인 메소드

public abstract GetLog ( ) : TextReader
리턴 System.IO.TextReader

GetMessages() 공개 메소드

public GetMessages ( ) : IMessage[]
리턴 IMessage[]