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

Inheritance: OctoTorrent.Common.AsyncResult
ファイルを表示 Open project: Eskat0n/OctoTorrent

Public Properties

Property Type Description
Buffer byte[]
BytesTransferred int
Count int
Offset int

Public Methods

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

Method Details

Complete() public method

public Complete ( int bytes ) : void
bytes int
return void

HttpResult() public method

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

Property Details

Buffer public_oe property

public byte[] Buffer
return byte[]

BytesTransferred public_oe property

public int BytesTransferred
return int

Count public_oe property

public int Count
return int

Offset public_oe property

public int Offset
return int