Method | Description | |
---|---|---|
BlipResponse ( int statusCode, string body ) |
The BlipResponse constructor.
|
public BlipResponse ( int statusCode, string body ) | ||
statusCode | int | The numeric HTTP status code that is returned. |
body | string | The body text that is returned in the HTTP response. |