C# Class FileFind.Meshwork.FileTransfer.BitTorrent.TorrentConnection

Inheritance: IConnection
Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Méthodes publiques

Méthode Description
BeginConnect ( AsyncCallback callback, object state ) : IAsyncResult
BeginReceive ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult
BeginSend ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult
Dispose ( ) : void
EndConnect ( IAsyncResult result ) : void
EndReceive ( IAsyncResult result ) : int
EndSend ( IAsyncResult result ) : int
TorrentConnection ( ITransport transport ) : System

Method Details

BeginConnect() public méthode

public BeginConnect ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
Résultat IAsyncResult

BeginReceive() public méthode

public BeginReceive ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult
buffer byte
offset int
count int
callback AsyncCallback
state object
Résultat IAsyncResult

BeginSend() public méthode

public BeginSend ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult
buffer byte
offset int
count int
callback AsyncCallback
state object
Résultat IAsyncResult

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndConnect() public méthode

public EndConnect ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

EndReceive() public méthode

public EndReceive ( IAsyncResult result ) : int
result IAsyncResult
Résultat int

EndSend() public méthode

public EndSend ( IAsyncResult result ) : int
result IAsyncResult
Résultat int

TorrentConnection() public méthode

public TorrentConnection ( ITransport transport ) : System
transport ITransport
Résultat System