C# Class Squared.Task.Http.AsyncDataAdapterShim

Inheritance: IAsyncDataSource, IAsyncDataWriter, IDisposable
Afficher le fichier Open project: sq/Fracture Class Usage Examples

Méthodes publiques

Свойство Type Description
Source IAsyncDataSource
Writer IAsyncDataWriter

Méthodes publiques

Méthode Description
AsyncDataAdapterShim ( IAsyncDataSource source, IAsyncDataWriter writer ) : System
Read ( byte buffer, int offset, int count ) : Future
Write ( byte buffer, int offset, int count ) : SignalFuture

Private Methods

Méthode Description
IDisposable ( ) : void

Method Details

AsyncDataAdapterShim() public méthode

public AsyncDataAdapterShim ( IAsyncDataSource source, IAsyncDataWriter writer ) : System
source IAsyncDataSource
writer IAsyncDataWriter
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int count ) : Future
buffer byte
offset int
count int
Résultat Future

Write() public méthode

public Write ( byte buffer, int offset, int count ) : SignalFuture
buffer byte
offset int
count int
Résultat SignalFuture

Property Details

Source public_oe property

public IAsyncDataSource Source
Résultat IAsyncDataSource

Writer public_oe property

public IAsyncDataWriter Writer
Résultat IAsyncDataWriter