C# Class OpenSSL.SSL.SslStreamBase.InternalAsyncResult

Inheritance: IAsyncResult
Show file Open project: langhuihui/csharprtmp

Public Methods

Method Description
InternalAsyncResult ( AsyncCallback userCallback, object userState, byte buffer, int offset, int count, bool isWriteOperation, bool continueAfterHandshake ) : System
SetComplete ( ) : void
SetComplete ( Exception ex ) : void
SetComplete ( int bytesRead ) : void

Private Methods

Method Description
SetComplete ( Exception ex, int bytesRead ) : void

Method Details

InternalAsyncResult() public method

public InternalAsyncResult ( AsyncCallback userCallback, object userState, byte buffer, int offset, int count, bool isWriteOperation, bool continueAfterHandshake ) : System
userCallback AsyncCallback
userState object
buffer byte
offset int
count int
isWriteOperation bool
continueAfterHandshake bool
return System

SetComplete() public method

public SetComplete ( ) : void
return void

SetComplete() public method

public SetComplete ( Exception ex ) : void
ex System.Exception
return void

SetComplete() public method

public SetComplete ( int bytesRead ) : void
bytesRead int
return void