C# 클래스 iQQ.Net.WebQQCore.Im.Http.QQHttpResponse

HTTP回复
파일 보기 프로젝트 열기: huoshan12345/iQQ.Net 1 사용 예제들

공개 메소드들

메소드 설명
GetContentLength ( ) : long
GetContentType ( ) : string
GetHeader ( string name ) : string

返回指定名字的回复头的值 可能有多个返回值时,默认返回第一个值

GetHeaders ( string name ) : List

返回指定名字的所有的回复头的值的列表

GetResponseString ( ) : string

返回回复内容编码为utf8的字符串

메소드 상세

GetContentLength() 공개 메소드

public GetContentLength ( ) : long
리턴 long

GetContentType() 공개 메소드

public GetContentType ( ) : string
리턴 string

GetHeader() 공개 메소드

返回指定名字的回复头的值 可能有多个返回值时,默认返回第一个值
public GetHeader ( string name ) : string
name string
리턴 string

GetHeaders() 공개 메소드

返回指定名字的所有的回复头的值的列表
public GetHeaders ( string name ) : List
name string
리턴 List

GetResponseString() 공개 메소드

返回回复内容编码为utf8的字符串
public GetResponseString ( ) : string
리턴 string