Class GenericResponse
Anything other than a 200 or 302 http response.
Inherited Members
Namespace: Titanium.Web.Proxy.Http.Responses
Assembly: Titanium.Web.Proxy.dll
Syntax
public class GenericResponse : ResponseConstructors
| Improve this Doc View SourceGenericResponse(Int32, String)
Constructor.
Declaration
public GenericResponse(int statusCode, string statusDescription)Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | statusCode | |
| String | statusDescription | 
GenericResponse(HttpStatusCode)
Constructor.
Declaration
public GenericResponse(HttpStatusCode status)Parameters
| Type | Name | Description | 
|---|---|---|
| HttpStatusCode | status |