Table of Contents

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

apiException ApizrException

ApizrResponse(IApiResponse)

public ApizrResponse(IApiResponse apiResponse)

Parameters

apiResponse IApiResponse

ApizrResponse(IApiResponse, ApizrException)

public ApizrResponse(IApiResponse apiResponse, ApizrException apizrException)

Parameters

apiResponse IApiResponse
apizrException ApizrException

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

ApizrException

IsSuccess

Indicates whether the request was successful.

public bool IsSuccess { get; }

Property Value

bool

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()