Class GenericResponse
Anything other than a 200 or 302 response
Inherited Members
Namespace: Titanium.Web.Proxy.Http.Responses
Assembly: Titanium.Web.Proxy.Docs.dll
Syntax
public class GenericResponse : Response
Constructors
GenericResponse(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 |