C# Class Rnwood.SmtpServer.MemorySession

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

Méthodes publiques

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

Method Details

AppendToLog() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetLog() public méthode

public GetLog ( ) : TextReader
Résultat TextReader

MemorySession() public méthode

public MemorySession ( IPAddress clientAddress, System.DateTime startDate ) : System
clientAddress System.Net.IPAddress
startDate System.DateTime
Résultat System