Property | Type | Description | |
---|---|---|---|
cookies | String>.Dictionary | ||
headers | String>.Dictionary | ||
version | string |
Method | Description | |
---|---|---|
HttpResponse ( ConnectionStatus status, String Connection, String filePath ) : System | ||
HttpResponse ( String request ) : System | ||
ToString ( ) : String | ||
addHeader ( String field, String data ) : void | ||
clearMessageBytes ( ) : void | ||
guessContentLength ( ) : void | ||
setCookie ( String name, String value ) : void | ||
validateResponse ( String request ) : bool |
public HttpResponse ( ConnectionStatus status, String Connection, String filePath ) : System | ||
status | ConnectionStatus | |
Connection | String | |
filePath | String | |
return | System |
public HttpResponse ( String request ) : System | ||
request | String | |
return | System |
public addHeader ( String field, String data ) : void | ||
field | String | |
data | String | |
return | void |
public setCookie ( String name, String value ) : void | ||
name | String | |
value | String | |
return | void |
public static validateResponse ( String request ) : bool | ||
request | String | |
return | bool |