InspectionMiddleware.GetHttpClient Method
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.
Gets the HTTP client for the current object.
protected virtual System.Net.Http.HttpClient GetHttpClient ();
abstract member GetHttpClient : unit -> System.Net.Http.HttpClient
override this.GetHttpClient : unit -> System.Net.Http.HttpClient
Protected Overridable Function GetHttpClient () As HttpClient
Returns
The HTTP client for the current object.