Click or drag to resize

ApiClient Class

Base class for API clients. Do not use this directly.
Inheritance Hierarchy
SystemObject
  SelectPdf.ApiApiClient
    More...

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public class ApiClient

The ApiClient type exposes the following members.

Properties
  NameDescription
Public propertyAsyncCallsMaxPings
Maximum number of pings for asynchronous calls. Default value is 1,000 pings.
Public propertyAsyncCallsPingInterval
Ping interval in seconds for asynchronous calls. Default value is 3 seconds.
Top
Methods
  NameDescription
Public methodSerializeDictionary
Serialize dictionary.
Public methodsetApiAsyncEndpoint
Set a custom SelectPdf API endpoint for async jobs. Do not use this method unless advised by SelectPdf.
Public methodsetApiEndpoint
Set a custom SelectPdf API endpoint. Do not use this method unless advised by SelectPdf.
Public methodsetApiWebElementsEndpoint
Set a custom SelectPdf API endpoint for web elements. Do not use this method unless advised by SelectPdf.
Public methodsetConcurrentConnections
Set the number of concurrent connections (between 1 and 16).
Public methodStartAsyncJob
Start an asynchronous job.
Public methodStartAsyncJobMultipartFormData
Start an asynchronous job that requires multipart form data.
Top
Fields
  NameDescription
Public fieldStatic memberCLIENT_VERSION
Library version
Top
See Also
Inheritance Hierarchy