ServiceClient<T> Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ServiceClient<T>() | |
ServiceClient<T>(DelegatingHandler[]) | |
ServiceClient<T>(HttpClient, Boolean) | |
ServiceClient<T>(HttpClientHandler, DelegatingHandler[]) |
ServiceClient<T>()
protected ServiceClient ();
Protected Sub New ()
S’applique à
ServiceClient<T>(DelegatingHandler[])
protected ServiceClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Rest.ServiceClient<'T (requires 'T :> Microsoft.Rest.ServiceClient<'T>)> : System.Net.Http.DelegatingHandler[] -> Microsoft.Rest.ServiceClient<'T (requires 'T :> Microsoft.Rest.ServiceClient<'T>)>
Protected Sub New (ParamArray handlers As DelegatingHandler())
Paramètres
- handlers
- DelegatingHandler[]
S’applique à
ServiceClient<T>(HttpClient, Boolean)
protected ServiceClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient = true);
new Microsoft.Rest.ServiceClient<'T (requires 'T :> Microsoft.Rest.ServiceClient<'T>)> : System.Net.Http.HttpClient * bool -> Microsoft.Rest.ServiceClient<'T (requires 'T :> Microsoft.Rest.ServiceClient<'T>)>
Protected Sub New (httpClient As HttpClient, Optional disposeHttpClient As Boolean = true)
Paramètres
- httpClient
- HttpClient
- disposeHttpClient
- Boolean
S’applique à
ServiceClient<T>(HttpClientHandler, DelegatingHandler[])
protected ServiceClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Rest.ServiceClient<'T (requires 'T :> Microsoft.Rest.ServiceClient<'T>)> : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Rest.ServiceClient<'T (requires 'T :> Microsoft.Rest.ServiceClient<'T>)>
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Paramètres
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET