C# 클래스 OctoTorrent.Client.Connections.HttpConnection.HttpResult

상속: OctoTorrent.Common.AsyncResult
파일 보기 프로젝트 열기: Eskat0n/OctoTorrent

공개 프로퍼티들

프로퍼티 타입 설명
Buffer byte[]
BytesTransferred int
Count int
Offset int

공개 메소드들

메소드 설명
Complete ( int bytes ) : void
HttpResult ( AsyncCallback callback, object state, byte buffer, int offset, int count ) : System

메소드 상세

Complete() 공개 메소드

public Complete ( int bytes ) : void
bytes int
리턴 void

HttpResult() 공개 메소드

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

프로퍼티 상세

Buffer 공개적으로 프로퍼티

public byte[] Buffer
리턴 byte[]

BytesTransferred 공개적으로 프로퍼티

public int BytesTransferred
리턴 int

Count 공개적으로 프로퍼티

public int Count
리턴 int

Offset 공개적으로 프로퍼티

public int Offset
리턴 int