C# 클래스 System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult

상속: System.Net.LazyAsyncResult
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

비공개 메소드들

메소드 설명
Authenticate ( ) : void
AuthenticateCallback ( IAsyncResult result ) : void
AuthenticateContinue ( ) : bool
AuthenticateContinueCallback ( IAsyncResult result ) : void
ConnectAndHandshakeAsyncResult ( SmtpConnection connection, string host, int port, ContextAwareResult outerResult, AsyncCallback callback, object state ) : System
ConnectionCreatedCallback ( object request, object state ) : void
End ( IAsyncResult result ) : void
GetConnection ( ) : void
Handshake ( ) : void
HandshakeCallback ( IAsyncResult result ) : void
InitializeConnection ( ) : void
InitializeConnectionCallback ( IAsyncResult result ) : void
SendEHello ( ) : bool
SendEHelloCallback ( IAsyncResult result ) : void
SendHello ( ) : bool
SendHelloCallback ( IAsyncResult result ) : void
SendStartTls ( ) : bool
SendStartTlsCallback ( IAsyncResult result ) : void
TlsStreamAuthenticate ( ) : bool
TlsStreamAuthenticateCallback ( IAsyncResult result ) : void