C# 클래스 Rnwood.SmtpServer.MemorySession

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

공개 메소드들

메소드 설명
AppendToLog ( string text ) : void
Dispose ( ) : void
GetLog ( ) : TextReader
MemorySession ( IPAddress clientAddress, System.DateTime startDate ) : System

메소드 상세

AppendToLog() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetLog() 공개 메소드

public GetLog ( ) : TextReader
리턴 TextReader

MemorySession() 공개 메소드

public MemorySession ( IPAddress clientAddress, System.DateTime startDate ) : System
clientAddress System.Net.IPAddress
startDate System.DateTime
리턴 System