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