Class Response
Http(s) response object
Inheritance
Response
Inherited Members
Namespace: Titanium.Web.Proxy.Http
Assembly: Titanium.Web.Proxy.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Response : RequestResponseBase
Constructors
| Improve this Doc View SourceResponse()
Constructor.
Declaration
public Response()
Response(Byte[])
Constructor.
Declaration
public Response(byte[] body)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | body |
Properties
| Improve this Doc View SourceExpectationFailed
expectation failed returned by server?
Declaration
public bool ExpectationFailed { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
HasBody
Has response body?
Declaration
public override bool HasBody { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Overrides
| Improve this Doc View SourceHeaderText
Gets the header text.
Declaration
public override string HeaderText { get; }
Property Value
| Type | Description |
|---|---|
| String |
Overrides
| Improve this Doc View SourceIs100Continue
Is response 100-continue
Declaration
public bool Is100Continue { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
KeepAlive
Keep the connection alive?
Declaration
public bool KeepAlive { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
StatusCode
Response Status Code.
Declaration
public int StatusCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
StatusDescription
Response Status description.
Declaration
public string StatusDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| String |