NamespaceSystemLibrary.Common.Framework.App
The response that all Client methods returns
Note that a response statuscode might be 200 OK, but the IsSuccess might be false in scenarios where no response were returned
ClientResponse<T>
public class ClientResponse<T> : ClientResponse, IDisposable
Implements
Type Parameters
| Name | Description |
|---|---|
| T | T can be a string that you later can convert to json, or it can be a class, or a list of a class that will automatically be converted from json, assuming json response |
Constructors
Properties
Property Value
| Type | Description |
|---|---|
| T |
Property Value
| Type | Description |
|---|---|
| string |
Property Value
| Type | Description |
|---|---|
| HttpStatusCode |
Methods
Implements
Extension Methods
}