C# Class Rnwood.SmtpServer.AbstractSession

Inheritance: IEditableSession
Mostrar archivo Open project: rnwood/smtp4dev

Public Methods

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

Method Details

AbstractSession() public method

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

AddMessage() public method

public AddMessage ( IMessage message ) : void
message IMessage
return void

AppendToLog() public abstract method

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

Dispose() public abstract method

public abstract Dispose ( ) : void
return void

GetLog() public abstract method

public abstract GetLog ( ) : TextReader
return System.IO.TextReader

GetMessages() public method

public GetMessages ( ) : IMessage[]
return IMessage[]