SpellCheckClient 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
SpellCheckClient(DelegatingHandler[]) |
Initialise une nouvelle instance de la classe SpellCheckClient. |
SpellCheckClient(ServiceClientCredentials, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe SpellCheckClient. |
SpellCheckClient(HttpClient, Boolean) |
Initialise une nouvelle instance de la classe SpellCheckClient. |
SpellCheckClient(HttpClientHandler, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe SpellCheckClient. |
SpellCheckClient(ServiceClientCredentials, HttpClient, Boolean) |
Initialise une nouvelle instance de la classe SpellCheckClient. |
SpellCheckClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe SpellCheckClient. |
SpellCheckClient(DelegatingHandler[])
- Source:
- SpellCheckClient.cs
Initialise une nouvelle instance de la classe SpellCheckClient.
protected SpellCheckClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Language.SpellCheck.SpellCheckClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Language.SpellCheck.SpellCheckClient
Protected Sub New (ParamArray handlers As DelegatingHandler())
Paramètres
- handlers
- DelegatingHandler[]
Optionnel. Délégation de gestionnaires à ajouter au pipeline client http.
S’applique à
SpellCheckClient(ServiceClientCredentials, DelegatingHandler[])
- Source:
- SpellCheckClient.cs
Initialise une nouvelle instance de la classe SpellCheckClient.
public SpellCheckClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Language.SpellCheck.SpellCheckClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Language.SpellCheck.SpellCheckClient
Public Sub New (credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())
Paramètres
- credentials
- ServiceClientCredentials
Obligatoire. Informations d’identification de l’abonnement qui identifient de manière unique l’abonnement client.
- handlers
- DelegatingHandler[]
Optionnel. Délégation de gestionnaires à ajouter au pipeline client http.
Exceptions
Levée lorsqu’un paramètre requis a la valeur Null
S’applique à
SpellCheckClient(HttpClient, Boolean)
- Source:
- SpellCheckClient.cs
Initialise une nouvelle instance de la classe SpellCheckClient.
protected SpellCheckClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.CognitiveServices.Language.SpellCheck.SpellCheckClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.CognitiveServices.Language.SpellCheck.SpellCheckClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)
Paramètres
- httpClient
- HttpClient
HttpClient à utiliser
- disposeHttpClient
- Boolean
True : supprimera le httpClient fourni lors de l’appel de SpellCheckClient.Dispose(). False : ne supprimera pas httpClient fourni
S’applique à
SpellCheckClient(HttpClientHandler, DelegatingHandler[])
- Source:
- SpellCheckClient.cs
Initialise une nouvelle instance de la classe SpellCheckClient.
protected SpellCheckClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Language.SpellCheck.SpellCheckClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Language.SpellCheck.SpellCheckClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Paramètres
- rootHandler
- HttpClientHandler
Optionnel. Gestionnaire client http utilisé pour gérer le transport http.
- handlers
- DelegatingHandler[]
Optionnel. Délégation de gestionnaires à ajouter au pipeline client http.
S’applique à
SpellCheckClient(ServiceClientCredentials, HttpClient, Boolean)
- Source:
- SpellCheckClient.cs
Initialise une nouvelle instance de la classe SpellCheckClient.
public SpellCheckClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.CognitiveServices.Language.SpellCheck.SpellCheckClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.CognitiveServices.Language.SpellCheck.SpellCheckClient
Public Sub New (credentials As ServiceClientCredentials, httpClient As HttpClient, disposeHttpClient As Boolean)
Paramètres
- credentials
- ServiceClientCredentials
Obligatoire. Informations d’identification de l’abonnement qui identifient de manière unique l’abonnement client.
- httpClient
- HttpClient
HttpClient à utiliser
- disposeHttpClient
- Boolean
True : supprimera le httpClient fourni lors de l’appel de SpellCheckClient.Dispose(). False : ne supprimera pas httpClient fourni
Exceptions
Levée lorsqu’un paramètre requis a la valeur Null
S’applique à
SpellCheckClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
- Source:
- SpellCheckClient.cs
Initialise une nouvelle instance de la classe SpellCheckClient.
public SpellCheckClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Language.SpellCheck.SpellCheckClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Language.SpellCheck.SpellCheckClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Paramètres
- credentials
- ServiceClientCredentials
Obligatoire. Informations d’identification de l’abonnement qui identifient de manière unique l’abonnement client.
- rootHandler
- HttpClientHandler
Optionnel. Gestionnaire client http utilisé pour gérer le transport http.
- handlers
- DelegatingHandler[]
Optionnel. Délégation de gestionnaires à ajouter au pipeline client http.
Exceptions
Levée lorsqu’un paramètre requis a la valeur Null
S’applique à
Azure SDK for .NET