No announcements
Found 3474403 threads
-
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 | 2835 Views | Created by Sriusav26 - Thursday, April 2, 2015 11:53 AM | Last reply by Sriusav26 - Friday, April 3, 2015 6:13 AM -
0 Votes
Parsing JSON with HttpClient
My code is currently: var client = new HttpClient(); var uri = new Uri("http://ponify.me/stats.php"); var response = ...Answered | 4 Replies | 36188 Views | Created by ReignOfComputer - Saturday, January 12, 2013 5:21 PM | Last reply by ReignOfComputer - Sunday, January 13, 2013 4:15 PM -
1 Votes
HttpClient (Windows.Web.Http) stop automatic retry.
Thank you very much - it worked.Answered | 2 Replies | 2444 Views | Created by kbagi - Tuesday, January 27, 2015 3:23 PM | Last reply by kbagi - Wednesday, January 28, 2015 10:00 AM -
0 Votes
Use HttpClient to send http request , it will thrown exception "System.MissingMethodException: Method not found: 'Void System.Net.HttpWebRequest.set_SslProtocols" on windows 2012 R2 machine
Unfortunately that doesn't map to the framework you targeted or installed.Answered | 6 Replies | 5360 Views | Created by Tonny_Qitai - Tuesday, December 25, 2018 7:19 AM | Last reply by CoolDadTx - Tuesday, July 23, 2019 2:25 PM -
0 Votes
How to upload files to skydrive by HttpClient?
https://apis.live.net/v5.0/me/skydrive/files/{0}?Answered | 3 Replies | 14553 Views | Created by wildberry - Tuesday, March 6, 2012 12:39 PM | Last reply by ykhammal - Tuesday, May 1, 2012 5:03 PM -
0 Votes
From CredentialPicker to HttpClient Basic Authentication
The Http Client sample don't show how to define credentials, I have setted ...Answered | 5 Replies | 5757 Views | Created by SirLeamont - Monday, June 4, 2012 8:29 PM | Last reply by Matt Small - Thursday, June 7, 2012 2:01 PM -
0 Votes
WCF REST Starter Kit HttpClient issues
UTF8 should work as they should be totally backwards compatible for the character range being used but it does not.Answered | 6 Replies | 7885 Views | Created by Inquisitive Code Monkey - Monday, May 18, 2009 9:04 PM | Last reply by Inquisitive Code Monkey - Wednesday, May 20, 2009 4:31 PM -
1 Votes
Making a post request using HttpClient in WinJs
var httpClient = new Windows.Web.Http.HttpClient(); var stringContent = new ...Answered | 1 Replies | 1738 Views | Created by amitporwal1994 - Monday, October 26, 2015 6:12 PM | Last reply by Krunal Parekh - Tuesday, October 27, 2015 7:05 AM -
0 Votes
Basic HttpClient Post question/sample
https://code.msdn.microsoft.com/windowsapps/How-to-use-HttpClient-to-b9289836 Best regards, Zhanglong MSDN ...Answered | 4 Replies | 600 Views | Created by Freq3 - Friday, July 6, 2018 4:46 PM | Last reply by Zhanglong Wu - Monday, July 9, 2018 2:52 AM -
1 Votes
how to move/copy files by HttpClient
Hi wildberry, Try calling HttpClient.SendAsync() with a custom "MOVE" HttpMethod.Answered | 2 Replies | 2522 Views | Created by wildberry - Monday, March 5, 2012 6:11 AM | Last reply by wildberry - Monday, March 5, 2012 11:37 AM -
1 Votes
Is there a deep insert support in HttpClient WebAPI in batch execution?
No, there isn't a deep insert support in HttpClient.Answered | 2 Replies | 796 Views | Created by ashuthinks32 - Monday, December 21, 2015 5:16 AM | Last reply by ashuthinks32 - Tuesday, December 22, 2015 3:53 AM -
0 Votes
HttpClient - System.NullReferenceException: Object reference not set to an instance of an object.
Is this at this line : HttpResponseMessage response = await httpClient.GetAsync("http://melihsimsek.com/server/init.php"); There is ...Answered | 1 Replies | 7685 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
can i track off the httpclient's progress ?
There's a way to extend httpclient with a MessageProcessingHandler ...Answered | 2 Replies | 4052 Views | Created by jerui - Friday, February 17, 2012 2:06 AM | Last reply by Matt Small - Thursday, March 8, 2012 2:18 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 | 4374 Views | Created by Arne MN - Monday, August 12, 2013 3:15 PM | Last reply by Arne MN - Tuesday, August 20, 2013 12:01 PM -
1 Votes
[UWP][C#] How to send image in HttpClient SendRequestAsync.
http://stackoverflow.com/questions/27425043/upload-image-using-httpclient This should help you.Answered | 1 Replies | 2236 Views | Created by djkpA - Tuesday, August 11, 2015 4:48 PM | Last reply by Ravindra Sharma - Tuesday, August 11, 2015 5:07 PM -
0 Votes
How to setup mutual TLS using HTTPClient in C#
https://tls.mbed.org/kb/cryptography/asn1-key-structures-in-der-and-pem Best Regards, Wendy Note: This response ...Answered | 8 Replies | 19536 Views | Created by Devendra Tewari - Wednesday, June 14, 2017 2:56 PM | Last reply by Wendy Zang - Wednesday, July 12, 2017 7:03 AM -
0 Votes
Paging on JSON data using HttpClient
HelloAnswered | 5 Replies | 1252 Views | Created by Priscillia - Monday, February 1, 2016 7:16 AM | Last reply by Fred Bao - Thursday, February 11, 2016 2:57 AM -
0 Votes
[UWP]HTTPClient GetStreamAsync Call in Pending State and Never Getting a HTTP Response Back
You could refer to MS official code sample for ...Answered | 4 Replies | 1779 Views | Created by F.Dagher - Friday, March 25, 2016 3:20 AM | Last reply by Xavier Xie-MSFT - Tuesday, April 5, 2016 2:55 AM -
1 Votes
TfsTeamProjectCollection.close doesn't seem to dispose of httpClient (reference) in Java SDK; potential connection leak
Although the warning indicates that an HTTP client reference is not being appropriately disposed, that is not actually the case.Answered | 1 Replies | 1487 Views | Created by Thomas Eh - Wednesday, February 25, 2015 4:47 PM | Last reply by David Staheli - Thursday, February 26, 2015 2:14 AM -
0 Votes
When executing httpClient for REST GET, exception in IoT runtime.
As to working to non-auth on the Pi.Answered | 5 Replies | 1227 Views | Created by Steven Goulet (MSFT) - Monday, September 14, 2015 1:52 AM | Last reply by riclh - Tuesday, September 15, 2015 1:25 AM
No announcements