C# 클래스 KISS.net.RequestState

A RequestState is used to store request information between asynchronous calls to callbacks.
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BytesRead int
ContentLength int
ContentType string
KBPerSec double
PctComplete double
Request System.Net.WebRequest
RequestBuffer byte[]
Response System.Net.WebResponse
ResponseStream Stream
TransferStart System.DateTime

공개 메소드들

메소드 설명
RequestState ( ) : System

메소드 상세

RequestState() 공개 메소드

public RequestState ( ) : System
리턴 System

프로퍼티 상세

BytesRead 공개적으로 프로퍼티

public int BytesRead
리턴 int

ContentLength 공개적으로 프로퍼티

public int ContentLength
리턴 int

ContentType 공개적으로 프로퍼티

public string ContentType
리턴 string

KBPerSec 공개적으로 프로퍼티

public double KBPerSec
리턴 double

PctComplete 공개적으로 프로퍼티

public double PctComplete
리턴 double

Request 공개적으로 프로퍼티

public WebRequest,System.Net Request
리턴 System.Net.WebRequest

RequestBuffer 공개적으로 프로퍼티

public byte[] RequestBuffer
리턴 byte[]

Response 공개적으로 프로퍼티

public WebResponse,System.Net Response
리턴 System.Net.WebResponse

ResponseStream 공개적으로 프로퍼티

public Stream ResponseStream
리턴 Stream

TransferStart 공개적으로 프로퍼티

public DateTime,System TransferStart
리턴 System.DateTime