No announcements
Found 3197488 threads
-
1 Votes
Post Different data types through HttpClient
RohitrkKUmar: Can you please describe the way through which you are doing.Answered | 2 Replies | 4004 Views | Created by RohitrkKUmar - Monday, January 5, 2015 1:13 PM | Last reply by Dave Smits - Monday, January 5, 2015 1:55 PM -
0 Votes
Basic HttpClient Post question/sample
https://code.msdn.microsoft.com/windowsapps/How-to-use-HttpClient-to-b9289836 Best regards, Zhanglong MSDN Community ...Answered | 4 Replies | 726 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
Making a post request using HttpClient in WinJs
200 OK Connection: close Server: Apache/2.2.15 (Red Hat) Transfer-Encoding: chunked Set-Cookie: Gp6c6Cbjt0=MDAwM2IyNTRhODgwMDAwMDAwMjkwODxhJX4xNDQ1OTQ5MDkx;path=/, ...Answered | 1 Replies | 1884 Views | Created by amitporwal1994 - Monday, October 26, 2015 6:12 PM | Last reply by Krunal Parekh - Tuesday, October 27, 2015 7:05 AM -
1 Votes
how to use httpClient or HttpWebRequest to post a request
"+ loginUser.AccessToken; var resp = await httpClient.Answered | 2 Replies | 29185 Views | Created by wildberry - Friday, March 2, 2012 10:23 AM | Last reply by wildberry - Monday, March 5, 2012 2:23 AM -
0 Votes
Paging on JSON data using HttpClient
Priscillia, Welcome to this UWP forum and please have a checkAnswered | 5 Replies | 1409 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][MVVM] Instead of "GET" method as "POST" in httpclient.
Your right, it should be: HttpClient client = new HttpClient(); client.DefaultRequestHeaders.Authorization = new ...Answered | 5 Replies | 948 Views | Created by Le Thien Hoang - Tuesday, February 9, 2016 2:42 PM | Last reply by M.M.Sommer - Wednesday, February 10, 2016 2:40 PM -
0 Votes
HttpClient static instance
I just felt it will be easier to pass in string from different buttons and get a response which is received by same method that pass the URL string then do the loop ...Answered | 4 Replies | 3636 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
Custom httpClient filter through exception of type system.AccessViolationException when server is down
I am trying to add custom filter to HttpClient it works fine but when the server is down the catch block return null which causes the system to throughAnswered | 1 Replies | 1435 Views | Created by Mohamed Mohamed Abbas - Wednesday, February 25, 2015 3:42 PM | Last reply by Bret Bentzinger - Thursday, February 26, 2015 4:14 AM -
0 Votes
Post multipart data format not working
I'd open wireshark or another network tool and see the difference in the requests between one that works and one that doesn't.Answered | 1 Replies | 985 Views | Created by Sudip Das1 - Tuesday, April 21, 2015 12:26 PM | Last reply by Darin Rousseau - Tuesday, April 21, 2015 4:53 PM -
0 Votes
Post request for Publishing tweet on Twitter Windows Phone 8.1 using HttpClient
But I am not able to create the post request for sharing a tweet or link on it In my understanding, I think you want to share a link to Twitter by creating the ...Answered | 1 Replies | 861 Views | Created by RohitrkKUmar - Thursday, February 19, 2015 1:13 PM | Last reply by Franklin Chen - Friday, February 20, 2015 6:25 AM -
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 | 774 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 is it implicitly pooled?
If different SqlConnection instances got the same connection string, they'll use the pooled connection.Answered | 1 Replies | 10654 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 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 | 2096 Views | Created by Terrence_ - Thursday, August 4, 2016 12:14 AM | Last reply by Andre Marschalek - Thursday, August 4, 2016 2:12 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 | 1369 Views | Created by Petrtim - Thursday, July 7, 2016 9:22 AM | Last reply by Sunteen Wu - Tuesday, July 19, 2016 8:20 AM -
1 Votes
Store different data types dynamically to one table.
Data is of different types, and stored the same time.Answered | 4 Replies | 10119 Views | Created by P-H - Friday, January 15, 2010 2:29 PM | Last reply by P-H - Wednesday, January 20, 2010 3:58 PM -
2 Votes
Inner join with different data types.....
Hi, Yes,Internally it will try to convert the data types each time,if want to avoid that to improve performance,maintain uniform data types for ...Answered | 3 Replies | 1436 Views | Created by edm2 - Tuesday, April 30, 2013 2:47 AM | Last reply by SathyanarrayananS - Tuesday, April 30, 2013 3:36 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 | 23131 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 and Image Control Source
Please remember to close your threads by marking helpful posts as answer and then start a new thread if you have a new question.Answered | 3 Replies | 2221 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
[UWP]Network issue with HttpClient
So now app starts correctly and downloads data after user pushs refresh button.Answered | 4 Replies | 1081 Views | Created by agrumiro - Thursday, December 31, 2015 11:54 AM | Last reply by agrumiro - Tuesday, January 5, 2016 7:35 AM -
3 Votes
httpclient "a task was canceled!
Just to update on what I have found having got some more data and looked at the HTTP client code.Answered | 10 Replies | 8551 Views | Created by DanBayley - Sunday, May 22, 2016 1:12 PM | Last reply by Albert_Zhang - Friday, June 3, 2016 5:46 AM - Items 1 to 20 of 3197488 Next ›
No announcements