Class HttpResponse<TResponse>
This container can be used to get the details of a response.
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<TResponse> : HttpResponse where TResponse : class
Type Parameters
Name | Description |
---|---|
TResponse | Type for the normal response |
Properties
| Improve this Doc View SourceResponse
The response, if there was no error Will be filled due to the annotation
Declaration
public TResponse Response { get; set; }
Property Value
Type | Description |
---|---|
TResponse |