No announcements
Found 1499511 threads
-
0 Votes
How to set useUnsafeHeaderParsing of HttpClient
I have try set HttpClient's http version as http1.0, sometime it works, but not all the time.Answered | 5 Replies | 8036 Views | Created by troyou - Tuesday, July 17, 2012 1:42 AM | Last reply by Jedidja Bourgeois - Monday, August 11, 2014 11:05 PM -
2 Votes
Setting DefaultCredentials with HttpClient?
Hi, I have a problem with DefaultCredentials option and HTTPS.Answered | 6 Replies | 51828 Views | Created by Matt Mazzola - Wednesday, May 16, 2012 8:54 PM | Last reply by luke1226 - Friday, October 19, 2012 2:20 PM -
0 Votes
How do I set Credentials for HTTPClient?
There should be a documented way to use the HttpClient with authorization.Answered | 10 Replies | 4445 Views | Created by Arne MN - Monday, August 12, 2013 3:15 PM | Last reply by Arne MN - Tuesday, August 20, 2013 12:01 PM -
0 Votes
HttpClient - System.NullReferenceException: Object reference not set to an instance of an object.
All you code to initialize the HttpClient is in there.Answered | 1 Replies | 7745 Views | Created by Melih Şimşek - Wednesday, January 23, 2013 6:44 PM | Last reply by RenaudDumont - Wednesday, January 23, 2013 7:57 PM -
0 Votes
the new HttpClient and DefaultCredentials
The Windows.Web.Http HttpClient made this easier.Answered | 3 Replies | 3640 Views | Created by Dave Smits - Monday, September 30, 2013 9:19 AM | Last reply by Network Developer Experience [MSFT] - Friday, October 4, 2013 10:06 PM -
0 Votes
HttpClient
Yes, that's what I currently do, the question was: how do I break apart the HttpClient's request/response message into the request and into the response, so that I can time each separately?Answered | 4 Replies | 694 Views | Created by -Marcin- - Monday, October 17, 2016 3:14 PM | Last reply by Wendy Zang - Friday, October 28, 2016 9:54 AM -
0 Votes
HttpClient static instance
I just felt like having one class that handles all connection calls and send a Json string instead of having multiple httpclients...Answered | 4 Replies | 3558 Views | Created by BENJIMOLA - Tuesday, February 17, 2015 1:48 PM | Last reply by Dave Smits - Monday, February 23, 2015 9:22 AM -
0 Votes
HttpClient is it implicitly pooled?
An HttpClient instance is a collection of settings applied to all requests executed by that instance.Answered | 1 Replies | 10523 Views | Created by MSDN Student - Wednesday, March 19, 2014 1:02 AM | Last reply by Caillen - Thursday, March 20, 2014 2:15 AM -
0 Votes
HttpClient and Image Control Source
Once you have managed to download the image, you can create a BitmapImage and set the Source of your Image element to this one, e.g.Answered | 3 Replies | 2028 Views | Created by afzal6339 - Tuesday, April 26, 2016 2:12 PM | Last reply by Magnus (MM8) - Tuesday, April 26, 2016 7:03 PM -
0 Votes
HttpClient not passing cookie values
http://stackoverflow.com/questions/12373738/how-do-i-set-a-cookie-on-httpclients-httprequestmessage Then, as the following similar thread says ...Answered | 1 Replies | 4876 Views | Created by VijayAluvala - Wednesday, February 17, 2016 4:26 PM | Last reply by Albert_Zhang - Thursday, February 18, 2016 6:54 AM -
0 Votes
HttpClient loses a lot of functionality of the HttpWebRequest
HttpClient is the "front end" to the entire Http experience; the actually work is done by a series of "handlers".Answered | 2 Replies | 5489 Views | Created by pink Jedi - Wednesday, October 5, 2011 12:58 PM | Last reply by Network Developer Experience [MSFT] - Wednesday, October 5, 2011 9:14 PM -
1 Votes
UWP and HttpClient
try this one using System.Net.Http; private async void SendRequest() { List<KeyValuePair<string, string>> d = ...Answered | 9 Replies | 1302 Views | Created by Petrtim - Thursday, July 7, 2016 9:22 AM | Last reply by Sunteen Wu - Tuesday, July 19, 2016 8:20 AM -
3 Votes
httpclient "a task was canceled!
So what I have done is set the client timeout to be much higher and set the ReadWriteTimeout to 30 seconds.Answered | 10 Replies | 8429 Views | Created by DanBayley - Sunday, May 22, 2016 1:12 PM | Last reply by Albert_Zhang - Friday, June 3, 2016 5:46 AM -
13 Votes
HttpClient for Windows Phone 8
You should use nuget and get the microsoft httpclient as eitanb states in a post rather than his accepted answer.Answered | 5 Replies | 23026 Views | Created by eitanb - Saturday, February 23, 2013 8:20 AM | Last reply by Choco_Smith - Monday, July 29, 2013 12:10 PM -
0 Votes
HttpClient example for IOT Core
hello "Develop UWP apps" is a great starting point as you will find how to articles API reference and other ...Answered | 3 Replies | 2005 Views | Created by Terrence_ - Thursday, August 4, 2016 12:14 AM | Last reply by Andre Marschalek - Thursday, August 4, 2016 2:12 PM -
0 Votes
Parsing JSON with HttpClient
STREAMSTATUS { get; set; } [DataMember] public int BITRATE { get; set; } [DataMember] public int STREAM_START { get; set; ...Answered | 4 Replies | 36295 Views | Created by ReignOfComputer - Saturday, January 12, 2013 5:21 PM | Last reply by ReignOfComputer - Sunday, January 13, 2013 4:15 PM -
0 Votes
https request with HttpClient
[U8.1]httpclient postasync windows phone 8.1 universal app second call 404 errorAnswered | 1 Replies | 960 Views | Created by CoooderKing - Thursday, July 30, 2015 12:45 PM | Last reply by Barry Wang - Friday, July 31, 2015 10:14 AM -
1 Votes
HttpClient (Windows.Web.Http) stop automatic retry.
I was aware of "AllowUI" property but description in HttpBaseProtocolFilter class reference says: "Get or set a value that indicates whether the ...Answered | 2 Replies | 2522 Views | Created by kbagi - Tuesday, January 27, 2015 3:23 PM | Last reply by kbagi - Wednesday, January 28, 2015 10:00 AM -
1 Votes
HttpClient in Windows.Web.Http and System.Net.Http
Hi Sriusav26, The System.Net.Http(HttpClient) is available in the Windows Store 8.0/8.1 app while theAnswered | 2 Replies | 2899 Views | Created by Sriusav26 - Thursday, April 2, 2015 11:53 AM | Last reply by Sriusav26 - Friday, April 3, 2015 6:13 AM -
0 Votes
Downloading Video using HTTPClient
Hi All, I am trying to download a video from a URL using a HTTPClient.Answered | 3 Replies | 5646 Views | Created by Biju S Melayil - Thursday, November 10, 2011 11:53 AM | Last reply by Jeff Sanders - Friday, November 11, 2011 7:12 PM - Items 1 to 20 of 1499511 Next ›
No announcements