C# Class RemObjects.InternetPack.SslConnection.ConnectAsyncResult

Inheritance: IAsyncResult
Afficher le fichier Open project: remobjects/internetpack

Méthodes publiques

Méthode Description
ConnectAsyncResult ( AsyncCallback callback, Object state ) : System
ConnectionConnect ( IAsyncResult ar ) : void
EndConnect ( ) : void

Private Methods

Méthode Description
Dispose ( ) : void
EndAuthenticateAsClient ( IAsyncResult ar ) : void

Method Details

ConnectAsyncResult() public méthode

public ConnectAsyncResult ( AsyncCallback callback, Object state ) : System
callback AsyncCallback
state Object
Résultat System

ConnectionConnect() public méthode

public ConnectionConnect ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

EndConnect() public méthode

public EndConnect ( ) : void
Résultat void