C# Class OctoTorrent.Client.Connections.HttpConnection.HttpResult

Inheritance: OctoTorrent.Common.AsyncResult
Afficher le fichier Open project: Eskat0n/OctoTorrent

Méthodes publiques

Свойство Type Description
Buffer byte[]
BytesTransferred int
Count int
Offset int

Méthodes publiques

Méthode Description
Complete ( int bytes ) : void
HttpResult ( AsyncCallback callback, object state, byte buffer, int offset, int count ) : System

Method Details

Complete() public méthode

public Complete ( int bytes ) : void
bytes int
Résultat void

HttpResult() public méthode

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

Property Details

Buffer public_oe property

public byte[] Buffer
Résultat byte[]

BytesTransferred public_oe property

public int BytesTransferred
Résultat int

Count public_oe property

public int Count
Résultat int

Offset public_oe property

public int Offset
Résultat int