Show / Hide Table of Contents

Interface IBaseClient

Interface for the base client.

Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface IBaseClient

Properties

View Source

AuthenticationProvider

Gets the IAuthenticationProvider for authenticating HTTP requests.

Declaration
IAuthenticationProvider AuthenticationProvider { get; }
Property Value
Type Description
IAuthenticationProvider
View Source

BaseUrl

Gets the base URL for requests of the client.

Declaration
string BaseUrl { get; }
Property Value
Type Description
System.String
View Source

HttpProvider

Gets the IHttpProvider for sending HTTP requests.

Declaration
IHttpProvider HttpProvider { get; }
Property Value
Type Description
IHttpProvider
  • View Source
Back to top Generated by DocFX