Class HttpResponse<T>
- Namespace
- Homa.Sdk.Foundation
- Assembly
- Homa.Sdk.Foundation.dll
Response from executing IHttpRequest<T>
public class HttpResponse<T> : HttpResponse where T : class
Type Parameters
TType of the expected representation of a response.
- Inheritance
-
HttpResponse<T>
- Inherited Members
Properties
ContentString
Raw response content string
public string ContentString { get; }
Property Value
Response
Deserialized response object (null if response had no content)
public T Response { get; }
Property Value
- T