Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddHeader ( string name, string value ) : void |
Adds an HTTP headers to the response.
|
|
CrowbarHttpResponse ( ) : System |
Creates an instance of CrowbarHttpResponse.
|
|
GetHeaders ( ) : |
Returns the HTTP headers for the response.
|
|
GetResponseBody ( ) : string |
Returns the response body.
|
|
ToString ( ) : string |
public AddHeader ( string name, string value ) : void | ||
name | string | The name of the header. |
value | string | The value of the header. |
return | void |
public GetHeaders ( ) : |
||
return |