Method |
Description |
|
Abort ( ) : void |
|
|
AuthSupported ( ISmtpAuthenticationModule module ) : bool |
|
|
AuthenticateCallback ( object state ) : void |
|
|
BeginFlush ( AsyncCallback callback, object state ) : IAsyncResult |
|
|
BeginGetConnection ( ContextAwareResult outerResult, AsyncCallback callback, object state, string host, int port ) : IAsyncResult |
|
|
BeginInitializeConnection ( string host, int port, AsyncCallback callback, object state ) : IAsyncResult |
|
|
EndFlush ( IAsyncResult result ) : void |
|
|
EndGetConnection ( IAsyncResult result ) : void |
|
|
EndInitializeConnection ( IAsyncResult result ) : void |
|
|
Flush ( ) : void |
|
|
GetClosableStream ( ) : Stream |
|
|
GetConnection ( string host, int port ) : void |
|
|
InitializeConnection ( string host, int port ) : void |
|
|
OnClose ( object sender, EventArgs args ) : void |
|
|
ParseExtensions ( string extensions ) : void |
|
|
ReleaseConnection ( ) : void |
|
|
SetContextAndTryAuthenticate ( ISmtpAuthenticationModule module, NetworkCredential credential, ContextAwareResult context ) : Authorization |
|
|
SmtpConnection ( ISmtpAuthenticationModule authenticationModules ) |
|
|
SmtpConnection ( SmtpTransport parent, SmtpClient client, ICredentialsByHost credentials, ISmtpAuthenticationModule authenticationModules ) : System |
|
|