C# Class Rnwood.SmtpServer.AbstractSession

Inheritance: IEditableSession
Afficher le fichier Open project: rnwood/smtp4dev

Méthodes publiques

Méthode 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 méthode

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

AddMessage() public méthode

public AddMessage ( IMessage message ) : void
message IMessage
Résultat void

AppendToLog() public abstract méthode

public abstract AppendToLog ( string text ) : void
text string
Résultat void

Dispose() public abstract méthode

public abstract Dispose ( ) : void
Résultat void

GetLog() public abstract méthode

public abstract GetLog ( ) : TextReader
Résultat System.IO.TextReader

GetMessages() public méthode

public GetMessages ( ) : IMessage[]
Résultat IMessage[]