IRestTransport.GetHttpClientAsync 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 an HTTP client configured for this transport.
public System.Threading.Tasks.Task<System.Net.Http.HttpClient> GetHttpClientAsync();
abstract member GetHttpClientAsync : unit -> System.Threading.Tasks.Task<System.Net.Http.HttpClient>
Public Function GetHttpClientAsync () As Task(Of HttpClient)