No announcements
Found 448537 threads
-
1 Votes
HttpClient (Windows.Web.Http) stop automatic retry.
HttpBaseProtocolFilter filter = new HttpBaseProtocolFilter(); filter.AllowUI = false; HttpClient client = new ...Answered | 2 Replies | 2655 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 | 2994 Views | Created by Sriusav26 - Thursday, April 2, 2015 11:53 AM | Last reply by Sriusav26 - Friday, April 3, 2015 6:13 AM -
0 Votes
Where is Windows.Web.Http
That's true, Windows.Web.Http is a Windows Store App Api.Answered | 2 Replies | 953 Views | Created by JMS127 - Saturday, August 30, 2014 6:15 AM | Last reply by Jamles Hez - Monday, September 1, 2014 2:04 AM -
0 Votes
[U8.1][VB]Using Windows.Web.Http to download Images
Dim uri = New Uri("http://www.google.co.in/images/srpr/logo11w.png") Dim img As New BitmapImage Using client As New HttpClient Using stream As ...Answered | 4 Replies | 795 Views | Created by Raamakrishnan A - Monday, July 13, 2015 4:47 PM | Last reply by Franklin Chen - Tuesday, July 14, 2015 7:02 AM -
1 Votes
HttpClient with Client certificate and accepting all server certificates
I had already found that article but I see now that I indeed mixed the two HttpClients up.Answered | 3 Replies | 9954 Views | Created by slimshady322 - Thursday, September 7, 2017 5:17 PM | Last reply by Breeze Liu - Friday, September 8, 2017 9:08 AM -
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 | 2341 Views | Created by djkpA - Tuesday, August 11, 2015 4:48 PM | Last reply by Ravindra Sharma - Tuesday, August 11, 2015 5:07 PM -
1 Votes
[UWP] Separate cookie managers per HttpBaseProtocolFilter/HttpClient?
All instances of Windows.Web.Http's HttpClient seem to share cookies.Answered | 3 Replies | 1392 Views | Created by Shin no Noir - Tuesday, August 25, 2015 5:28 PM | Last reply by Prashant H Phadke - Wednesday, August 26, 2015 7:12 PM -
0 Votes
How can I send parameters when I used HttpRequest Post in HttpClient sample?
New in Windows 8.1: the Windows.Web.Http HttpClient API.Answered | 2 Replies | 2977 Views | Created by ruby1989 - Thursday, November 1, 2012 11:56 AM | Last reply by Network Developer Experience [MSFT] - Tuesday, July 16, 2013 9:25 PM -
1 Votes
UWP and HttpClient
Also did not helped.. well I thinked about it and I found, that I do not need to use HttpClient - I created socket client - according microsoft ...Answered | 9 Replies | 1375 Views | Created by Petrtim - Thursday, July 7, 2016 9:22 AM | Last reply by Sunteen Wu - Tuesday, July 19, 2016 8:20 AM -
0 Votes
HttpClient(windows universal app) upload image into php script fail
I tried using the below code to upload a file to my IIS server and the multipart upload worked fine: HttpClient client = new HttpClient(); ...Answered | 1 Replies | 1841 Views | Created by Artem - Wednesday, May 28, 2014 1:34 PM | Last reply by Prashant H Phadke - Thursday, May 29, 2014 12:25 AM -
0 Votes
HttpClient
WebRequest request = WebRequest.Create("https://www.google.com/"); stopWatch1.Stop(); // Get the response.Answered | 4 Replies | 781 Views | Created by -Marcin- - Monday, October 17, 2016 3:14 PM | Last reply by Wendy Zang - Friday, October 28, 2016 9:54 AM -
1 Votes
Does HttpClient add header 'Acept-Encoding' is 'gzip, deflate' automatically?
That means the accept-encoding is add automatically by HttpClient.Answered | 3 Replies | 12352 Views | Created by Vu_Tran - Saturday, April 4, 2015 3:43 AM | Last reply by Jamles Hez - Wednesday, April 15, 2015 9:03 AM -
1 Votes
[UWP] How those objects are related: HttpWebRequest, HttpClient, HttpBaseProtocolFilter, WebView
Still don't understand where HttpWebRequest/HttpWebResponse stand in regards to HttpClient either System.Net one or Windows.Web one.Answered | 4 Replies | 1581 Views | Created by Alex K M - Tuesday, June 14, 2016 2:31 PM | Last reply by Alex K M - Friday, June 24, 2016 9:21 PM -
0 Votes
how to get download percentage or progress from httpClient metro app c# ?
Ok, you should use "using Windows.Web.Http" instead of "using System.Net.Http".Answered | 4 Replies | 6600 Views | Created by 19karabo91 - Wednesday, August 27, 2014 1:29 PM | Last reply by 19karabo91 - Thursday, September 4, 2014 7:07 AM -
0 Votes
BAMing the retry on a SendPort
You can track this in BAM if you create the right Tracking Profiles and implement Interceptors in the right place, there's certainly noting stopping you.Answered | 5 Replies | 817 Views | Created by BizTalk - Paris - Wednesday, September 24, 2014 3:32 PM | Last reply by Johns-305 - Thursday, September 25, 2014 11:17 AM -
0 Votes
When executing httpClient for REST GET, exception in IoT runtime.
System.Net.Http.HttpClient httpClient = new System.Net.Http.HttpClient(); httpClient.DefaultRequestHeaders.Authorization = new ...Answered | 5 Replies | 1279 Views | Created by Steven Goulet (MSFT) - Monday, September 14, 2015 1:52 AM | Last reply by riclh - Tuesday, September 15, 2015 1:25 AM -
0 Votes
[UWP]Network issue with HttpClient
private async void Page_Loaded(object sender, RoutedEventArgs e) { var result = await ...Answered | 4 Replies | 1086 Views | Created by agrumiro - Thursday, December 31, 2015 11:54 AM | Last reply by agrumiro - Tuesday, January 5, 2016 7:35 AM -
0 Votes
HttpClient is it implicitly pooled?
So I think it's a better way for you to use Singleton for HttpClient.Answered | 1 Replies | 10662 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 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 | 3640 Views | Created by BENJIMOLA - Tuesday, February 17, 2015 1:48 PM | Last reply by Dave Smits - Monday, February 23, 2015 9:22 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 | 23137 Views | Created by eitanb - Saturday, February 23, 2013 8:20 AM | Last reply by Choco_Smith - Monday, July 29, 2013 12:10 PM - Items 1 to 20 of 448537 Next ›
No announcements