C# Class RemObjects.InternetPack.SslConnection.ConnectAsyncResult

Inheritance: IAsyncResult
ファイルを表示 Open project: remobjects/internetpack

Public Methods

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

Private Methods

Method Description
Dispose ( ) : void
EndAuthenticateAsClient ( IAsyncResult ar ) : void

Method Details

ConnectAsyncResult() public method

public ConnectAsyncResult ( AsyncCallback callback, Object state ) : System
callback AsyncCallback
state Object
return System

ConnectionConnect() public method

public ConnectionConnect ( IAsyncResult ar ) : void
ar IAsyncResult
return void

EndConnect() public method

public EndConnect ( ) : void
return void