C# Class Rnwood.SmtpServer.MemorySession

Inheritance: AbstractSession
ファイルを表示 Open project: rnwood/smtp4dev

Public Methods

Method Description
AppendToLog ( string text ) : void
Dispose ( ) : void
GetLog ( ) : TextReader
MemorySession ( IPAddress clientAddress, System.DateTime startDate ) : System

Method Details

AppendToLog() public method

public AppendToLog ( string text ) : void
text string
return void

Dispose() public method

public Dispose ( ) : void
return void

GetLog() public method

public GetLog ( ) : TextReader
return TextReader

MemorySession() public method

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