Class HttpResponse
This container can be used to get the details of a response. You can specify your own container, by using the HttpAttribute.
Inheritance
System.Object
HttpResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dapplo.HttpExtensions
Assembly: Dapplo.HttpExtensions.dll
Syntax
public class HttpResponse
Properties
| Improve this Doc View SourceContentType
The Content-Type of the response Will be filled due to the annotation
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Headers
The reponse headers Will be filled due to the annotation
Declaration
public HttpResponseHeaders Headers { get; set; }
Property Value
Type | Description |
---|---|
System.Net.Http.Headers.HttpResponseHeaders |
StatusCode
The response http status code Will be filled due to the annotation
Declaration
public HttpStatusCode StatusCode { get; set; }
Property Value
Type | Description |
---|---|
HttpStatusCode |