Interface IApizrResponse
- Namespace
- Apizr
- Assembly
- Apizr.dll
Base interface used to represent an API response managed by Apizr.
public interface IApizrResponse : IDisposable
- Inherited Members
- Extension Methods
Properties
ApiResponse
Base interface used to represent an API response.
IApiResponse ApiResponse { get; }
Property Value
- IApiResponse
Exception
The ApizrException object in case of unsuccessful response.
ApizrException Exception { get; }
Property Value
IsSuccess
Indicates whether the request was successful.
bool IsSuccess { get; }