C# Class Mono.Security.Protocol.Tls.SslStreamBase.InternalAsyncResult

Inheritance: IAsyncResult
Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
InternalAsyncResult ( AsyncCallback userCallback, object userState, byte buffer, int offset, int count, bool fromWrite, bool proceedAfterHandshake ) : 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 fromWrite, bool proceedAfterHandshake ) : System
userCallback AsyncCallback
userState object
buffer byte
offset int
count int
fromWrite bool
proceedAfterHandshake 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