C# Class AaltoTLS.RecordLayer.AsyncSendRecordsResult

Inheritance: AaltoTLS.AsyncGenericResult
Afficher le fichier Open project: juhovh/AaltoTLS Class Usage Examples

Méthodes publiques

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

Method Details

AsyncSendRecordsResult() public méthode

public AsyncSendRecordsResult ( Record records, AsyncCallback requestCallback, Object state ) : System
records Record
requestCallback AsyncCallback
state Object
Résultat System

GetRecords() public méthode

public GetRecords ( uint maxDataLength ) : byte[]
maxDataLength uint
Résultat byte[]