C# 클래스 PeerCastStation.HTTP.HTTPResponse

サーバからのHTTPレスポンス内容を保持するクラスです
파일 보기 프로젝트 열기: kumaryu/peercaststation 1 사용 예제들

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]
HTTPResponse ( string protocol, HttpStatusCode status ) : System
HTTPResponse ( string protocol, HttpStatusCode status, string>.IDictionary headers ) : System
HTTPResponse ( string protocol, HttpStatusCode status, string>.IDictionary headers, string body ) : System
HTTPResponse ( string protocol, int status, string reason_phrase, string>.IDictionary headers, byte body ) : System

메소드 상세

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

HTTPResponse() 공개 메소드

public HTTPResponse ( string protocol, HttpStatusCode status ) : System
protocol string
status HttpStatusCode
리턴 System

HTTPResponse() 공개 메소드

public HTTPResponse ( string protocol, HttpStatusCode status, string>.IDictionary headers ) : System
protocol string
status HttpStatusCode
headers string>.IDictionary
리턴 System

HTTPResponse() 공개 메소드

public HTTPResponse ( string protocol, HttpStatusCode status, string>.IDictionary headers, string body ) : System
protocol string
status HttpStatusCode
headers string>.IDictionary
body string
리턴 System

HTTPResponse() 공개 메소드

public HTTPResponse ( string protocol, int status, string reason_phrase, string>.IDictionary headers, byte body ) : System
protocol string
status int
reason_phrase string
headers string>.IDictionary
body byte
리턴 System