ProvisioningServiceClientOptions.HttpClient Property
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.
The HTTP client to use for all HTTP operations.
public System.Net.Http.HttpClient HttpClient { get; set; }
member this.HttpClient : System.Net.Http.HttpClient with get, set
Public Property HttpClient As HttpClient
Property Value
Remarks
If not provided, an HTTP client will be created for you based on the other settings provided.
If provided, all other HTTP-specific settings in ProvisioningServiceHttpSettings will be ignored and must be specified on the custom HttpClient instance.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET