Méthode | Description | |
---|---|---|
AbortMessage ( ) : void | ||
ApplyStreamFilterAsync ( Func |
||
CloseConnectionAsync ( ) : Task | ||
CommitMessage ( ) : void | ||
Connection ( IServer server, IConnectionChannel connectionChannel, IVerbMap verbMap ) : Rnwood.SmtpServer.Extensions | ||
NewMessage ( ) : IMessageBuilder | ||
ProcessAsync ( ) : Task | ||
ReadLineAsync ( ) : Task |
||
SetReaderEncoding ( |
||
SetReaderEncodingToDefault ( ) : void | ||
ToString ( ) : string | ||
WriteResponseAsync ( Rnwood.SmtpServer.SmtpResponse response ) : Task |
Méthode | Description | |
---|---|---|
WriteLineAndFlushAsync ( string text ) : Task |
Méthode | Description | |
---|---|---|
OnConnectionChannelClosed ( object sender, |
public ApplyStreamFilterAsync ( Func |
||
filter | Func |
|
Résultat | Task |
public Connection ( IServer server, IConnectionChannel connectionChannel, IVerbMap verbMap ) : Rnwood.SmtpServer.Extensions | ||
server | IServer | |
connectionChannel | IConnectionChannel | |
verbMap | IVerbMap | |
Résultat | Rnwood.SmtpServer.Extensions |
public SetReaderEncoding ( |
||
encoding | ||
Résultat | void |
public SetReaderEncodingToDefault ( ) : void | ||
Résultat | void |
protected WriteLineAndFlushAsync ( string text ) : Task | ||
text | string | |
Résultat | Task |
public WriteResponseAsync ( Rnwood.SmtpServer.SmtpResponse response ) : Task | ||
response | Rnwood.SmtpServer.SmtpResponse | |
Résultat | Task |