Episode

Customizing the Graph SDKs

The Microsoft Graph SDK for .NET provides a pleasant experience for working with the Microsoft Graph APIs. However, what if you wanted more control over how the underlying HTTP pipeline is used?
 
In this episode, Darrel Miller comes on to show us all how to make use of the various options for customizing the HTTP pipeline for sending and receiving information with the Microsoft Graph SDK for .NET.
 
  • [01:00] - Overview of options for using the Graph SDK
  • [02:36] - Visualizing the Graph SDK architecture
  • [05:25] - Customizing the underlying HttpClient (Demo)
  • [09:59] - Customizing the pipeline with DelegatingHandlers (Demo)
  • [14:59] - Customizing individual requests (Demo)
 
Useful Links
 

Azure