GraphClientFactory 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.
GraphClientFactory class to create the HTTP client
public static class GraphClientFactory
type GraphClientFactory = class
Public Class GraphClientFactory
- Inheritance
-
GraphClientFactory
Fields
China_Cloud | |
Germany_Cloud | |
Global_Cloud | |
USGOV_Cloud |
Methods
Create(IAuthenticationProvider, String, String, IWebProxy, HttpMessageHandler) |
Creates a new HttpClient instance configured with the handlers provided. |
Create(IEnumerable<DelegatingHandler>, String, String, IWebProxy, HttpMessageHandler) |
Creates a new HttpClient instance configured with the handlers provided. |
CreateDefaultHandlers(IAuthenticationProvider) |
Create a default set of middleware for calling Microsoft Graph |
CreatePipeline(IEnumerable<DelegatingHandler>, HttpMessageHandler) |
Creates an instance of an HttpMessageHandler using the DelegatingHandler instances
provided by |