Interface IBaseClient
Interface for the base client.
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface IBaseClient
Properties
View SourceAuthenticationProvider
Gets the IAuthenticationProvider for authenticating HTTP requests.
Declaration
IAuthenticationProvider AuthenticationProvider { get; }
Property Value
Type | Description |
---|---|
IAuthenticationProvider |
BaseUrl
Gets the base URL for requests of the client.
Declaration
string BaseUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
HttpProvider
Gets the IHttpProvider for sending HTTP requests.
Declaration
IHttpProvider HttpProvider { get; }
Property Value
Type | Description |
---|---|
IHttpProvider |