Class Response<T>
A base class representing a logical response.
Inheritance
Response<T>
Inherited Members
Namespace: WhenFresh.Api.Client.Http
Assembly: WhenFresh.Api.Client.dll
Syntax
public abstract class Response<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
Response(int, T)
A base class representing a logical response.
Declaration
protected Response(int status, T content)
Parameters
| Type | Name | Description |
|---|---|---|
| int | status | |
| T | content |
Properties
Http
A base class representing a logical response.
Declaration
public HttpResponse Http { get; }
Property Value
| Type | Description |
|---|---|
| HttpResponse |
