BaseClient Class

Definition

A default IBaseClient implementation.

public class BaseClient : Microsoft.Graph.IBaseClient
type BaseClient = class
    interface IBaseClient
Public Class BaseClient
Implements IBaseClient
Inheritance
BaseClient
Implements

Constructors

BaseClient(String, HttpClient)

Constructs a new BaseClient.

BaseClient(String, IAuthenticationProvider, IHttpProvider)

Constructs a new BaseClient.

Properties

AuthenticationProvider

Gets the IAuthenticationProvider for authenticating requests.

BaseUrl

Gets or sets 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