Examples with "HttpClient's" and their translation in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Note that we need to disable the HttpClient's timeout by setting it to an infinite value, otherwise the default behavior will interfere with our handler.
Pour utiliser notre nouveau TimeoutHandler, on va le créer, Notez qu'il faut désactiver le timeout du HttpClient en lui donnant une valeur infinie, sinon le comportement par défaut viendra interférer avec notre handler.
Andere resultaten
Create a cookie container and assigned it to your HttpClient instance.
Créez un conteneur de cookies et affectez-le à votre instance HttpClient.
HttpClient wont load content that is generated from javascript.
HttpClient ne chargera pas le contenu généré à partir de javascript.
Use the HttpClient as a new way to interact with remote resources via http.
Utilisez HttpClient comme nouveau moyen d'interagir avec des ressources distantes via http.
Removed apache httpclient and httpcore libraries.
Suppression des bibliothèques apache httpclient et httpcore.
Use HttpClient to make the login POST request.
Utilisez HttpClient pour effectuer la demande de connexion POST.
Use HttpClient to make the data GET request.
Utilisez HttpClient pour effectuer la demande de données GET.
Uploading data with HttpClient using a "push" model
Envoyer des données avec HttpClient selon un modèle "push"
The HttpClient is marked as protected in the Microsoft.Rest.ServiceClient that is used by Autorest.
HttpClient est marqué comme protégé dans le Microsoft.Rest.ServiceClient utilisé par Autorest.
An HttpClient built in to the JDK.
When HttpClient connects to a proxy requiring an authentication, the login and password are therefore sent to the remote server.
Lorsque HttpClient se connecte à un proxy nécessitant une authentification, les données d'authentification sont donc envoyées au serveur distant.
The Google APIs.NET library is now based on the PCL version of the HttpClient.
Les APIs.NET de Google sont basées sur la version PCL de HttpClient.
Using the handler When creating an HttpClient, it's possible to specify the first handler of the pipeline.
Quand on crée un HttpClient, il est possible de passer en paramètre du constructeur le premier handler du pipeline.