Class ApizrResponse
- Namespace
- Apizr
- Assembly
- Apizr.dll
Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.To browse the .NET Framework source code for this type, see the Reference Source.
public class ApizrResponse : IApizrResponse, IDisposable
- Inheritance
-
ApizrResponse
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ApizrResponse()
protected ApizrResponse()
ApizrResponse(ApizrException)
public ApizrResponse(ApizrException apiException)
Parameters
apiExceptionApizrException
ApizrResponse(IApiResponse)
public ApizrResponse(IApiResponse apiResponse)
Parameters
apiResponseIApiResponse
ApizrResponse(IApiResponse, ApizrException)
public ApizrResponse(IApiResponse apiResponse, ApizrException apizrException)
Parameters
apiResponseIApiResponseapizrExceptionApizrException
Properties
ApiResponse
Base interface used to represent an API response.
public IApiResponse ApiResponse { get; }
Property Value
- IApiResponse
Exception
The ApizrException object in case of unsuccessful response.
public ApizrException Exception { get; }
Property Value
IsSuccess
Indicates whether the request was successful.
public bool IsSuccess { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()