Skip to main content

Interface IAgentBase

Namespace: SuperOffice.WebApi.Agents
Assembly: SuperOffice.WebApi.dll
Base interface for interacting with SuperOffice WebApi agents.

Implements

IDisposable

Properties

Configuration

Configuration the agent was initialized with.

Property Value

WebApiOptions

HasRunningRequest

Is a request in flight?

Property Value

bool

ProgressListener

Progress callback receiver for downloads.

Property Value

IProgressListener

UploadProgressListener

Progress callback receiver for uploads.

Property Value

IProgressListener

Methods

CancelRequest()

Terminate any current method call.