Share via


IBaseClient Interface

Definition

Interface for the base client.

public interface IBaseClient
type IBaseClient = interface
Public Interface IBaseClient
Derived

Properties

AuthenticationProvider

Gets the IAuthenticationProvider for authenticating HTTP requests.

BaseUrl

Gets the base URL for requests of the client.

Batch

Gets the IBatchRequestBuilder for building batch Requests

HttpProvider

Gets the IHttpProvider for sending HTTP requests.

PerRequestAuthProvider

Gets or Sets the IAuthenticationProvider for authenticating a single HTTP requests.

Applies to