InspectionMiddleware.GetHttpClient Method

Definition

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.

Applies to