Skip to the content.

Graph Client Factory

Objectives

Provide a class that can be used to create an instances of platform native HTTP client library that are pre-configured for making requests to Graph APIs.

There are two primary usage scenarios for the client factory. Developers who wish to make HTTP requests using the native HTTP library can use the factory to create an instance of the native library that is preconfigured to access the Graph API. The second scenario is where the service library client uses the factory for creating its native HTTP client library internally.

Requirements

Performance Considerations

Future Implementation

Authorization tokens MUST not be added to the default request headers.

Open Issues