ServiceClient<T> Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ServiceClient<T>() | |
ServiceClient<T>(DelegatingHandler[]) | |
ServiceClient<T>(HttpClient, Boolean) | |
ServiceClient<T>(HttpClientHandler, DelegatingHandler[]) |
ServiceClient<T>()
protected ServiceClient ();
Protected Sub New ()
Aplica-se a
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())
Parâmetros
- handlers
- DelegatingHandler[]
Aplica-se a
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)
Parâmetros
- httpClient
- HttpClient
- disposeHttpClient
- Boolean
Aplica-se a
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())
Parâmetros
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET