C# 클래스 HTTP.Response

파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bytes byte[]
message string
status int

보호된 프로퍼티들

프로퍼티 타입 설명
unchunkedData List

공개 메소드들

메소드 설명
AddHeader ( string name, string value ) : void
GetHeader ( string name ) : string
GetHeaders ( string name ) : List
ReadFromStream ( Stream inputStream ) : void

비공개 메소드들

메소드 설명
ReadKeyValue ( Stream stream ) : string[]
ReadLine ( Stream stream ) : string
UnZip ( MemoryStream output ) : byte[]
UnZip ( byte output ) : byte[]

메소드 상세

AddHeader() 공개 메소드

public AddHeader ( string name, string value ) : void
name string
value string
리턴 void

GetHeader() 공개 메소드

public GetHeader ( string name ) : string
name string
리턴 string

GetHeaders() 공개 메소드

public GetHeaders ( string name ) : List
name string
리턴 List

ReadFromStream() 공개 메소드

public ReadFromStream ( Stream inputStream ) : void
inputStream Stream
리턴 void

프로퍼티 상세

bytes 공개적으로 프로퍼티

public byte[] bytes
리턴 byte[]

message 공개적으로 프로퍼티

public string message
리턴 string

status 공개적으로 프로퍼티

public int status
리턴 int

unchunkedData 보호되어 있는 프로퍼티

protected List unchunkedData
리턴 List