BaseClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |