C# Class System.Net.Mail.SmtpConnection

Mostra file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
Abort void
AuthSupported bool
AuthenticateCallback void
BeginFlush IAsyncResult
BeginGetConnection IAsyncResult
BeginInitializeConnection IAsyncResult
EndFlush void
EndGetConnection void
EndInitializeConnection void
Flush void
GetClosableStream Stream
GetConnection void
InitializeConnection void
OnClose void
ParseExtensions void
ReleaseConnection void
SetContextAndTryAuthenticate Authorization
SmtpConnection
SmtpConnection System

Private Methods

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