C# Class AaltoTLS.RecordLayer.AsyncSendRecordsResult

Inheritance: AaltoTLS.AsyncGenericResult
Show file Open project: juhovh/AaltoTLS Class Usage Examples

Public Methods

Method Description
AsyncSendRecordsResult ( Record records, AsyncCallback requestCallback, Object state ) : System
GetRecords ( uint maxDataLength ) : byte[]

Method Details

AsyncSendRecordsResult() public method

public AsyncSendRecordsResult ( Record records, AsyncCallback requestCallback, Object state ) : System
records Record
requestCallback AsyncCallback
state Object
return System

GetRecords() public method

public GetRecords ( uint maxDataLength ) : byte[]
maxDataLength uint
return byte[]