No announcements
Found 4044090 threads
-
0 Votes
How to setup mutual TLS using HTTPClient in C#
There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the ...Answered | 8 Replies | 18257 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
How to read error message by httpclient class throwing from web api
It looks like you're passing the message as part of the body so you would use the Content property just like you are doing for the success case.Answered | 1 Replies | 10018 Views | Created by Sudip_inn - Friday, August 26, 2016 2:20 PM | Last reply by CoolDadTx - Friday, August 26, 2016 3:00 PM -
0 Votes
How to tell server error from no-internet when using HttpClient
The coonnectionexception when cant reach the server Microsoft Certified Solutions Developer - Windows Store Apps Using C#Answered | 5 Replies | 11000 Views | Created by Chunmiao - Wednesday, September 18, 2013 6:03 AM | Last reply by Chunmiao - Thursday, September 19, 2013 9:42 AM -
0 Votes
HttpClient PostAsync not responding when use in GenericHandler
Microsoft Certified Professional Microsoft MVP [Windows Server] Datacenter Management Disclaimer: This posting is ...Answered | 3 Replies | 1087 Views | Created by C.Patirop - Tuesday, July 3, 2018 9:27 AM | Last reply by Dave Patrick - Tuesday, July 3, 2018 1:40 PM -
0 Votes
Downloading Video using HTTPClient
http://msdn.microsoft.com/en-us/library/windows/apps/system.net.http.httpclienthandler.maxrequestcontentbuffersize(v=VS.110).aspx You should be able to simply ...Answered | 3 Replies | 5264 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 -
0 Votes
How to set useUnsafeHeaderParsing of HttpClient
As a matter of fact, there is probably an even simpler solution available for RT apps using MessageWebSocket.Answered | 5 Replies | 7741 Views | Created by troyou - Tuesday, July 17, 2012 1:42 AM | Last reply by Jedidja Bourgeois - Monday, August 11, 2014 11:05 PM -
0 Votes
How to set large string inside HttpContent when using HttpClient
Hi krarun, From your description, I ‘d like to move this post to the most related forum.Answered | 4 Replies | 6722 Views | Created by krarun - Tuesday, February 19, 2013 5:58 AM | Last reply by Rowland Shaw - Wednesday, December 9, 2015 1:10 PM -
1 Votes
how to use httpClient or HttpWebRequest to post a request
"+ loginUser.AccessToken; var resp = await httpClient.Answered | 2 Replies | 28755 Views | Created by wildberry - Friday, March 2, 2012 10:23 AM | Last reply by wildberry - Monday, March 5, 2012 2:23 AM -
0 Votes
HttpClient
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using ...Answered | 4 Replies | 546 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
How do I set Credentials for HTTPClient?
There should be a documented way to use the HttpClient with authorization.Answered | 10 Replies | 4098 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
C# Httpclient how to avoid CSRF verification failed.
Also it would be useful to see how you're building this up.Answered | 11 Replies | 4800 Views | Created by zydjohn - Tuesday, August 6, 2019 7:24 PM | Last reply by CoolDadTx - Thursday, August 8, 2019 8:21 PM -
0 Votes
From CredentialPicker to HttpClient Basic Authentication
Steps 1-4 explain how to define credentials and the auth type.Answered | 5 Replies | 5696 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
HttpClient static instance
It’s not important whether you use one singleton class to connect server.Answered | 4 Replies | 3393 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
[UWP]Network issue with HttpClient
Hi, I' solved moving http request outside from page constructor.Answered | 4 Replies | 873 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!
Is async HttpClient from .Net 4.5 a bad choice for intensive load applications?Answered | 10 Replies | 8146 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 | 22805 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
how to access sql server 2005 from other system by using internet.
First and foremost, SQL Server 2000 will be officially end of life from MS in a few days, do not use it.Answered | 1 Replies | 1939 Views | Created by Kumar.Sandeep - Wednesday, April 3, 2013 6:15 AM | Last reply by Sean Gallardy - Thursday, April 4, 2013 3:02 AM -
0 Votes
How do you stop HttpClient from changing my URL when sending a GET request?
The "%25" should be unescaped back to "%" when the runtime attempt to send out the request.Answered | 4 Replies | 5237 Views | Created by choleaoum - Friday, August 26, 2016 5:38 AM | Last reply by a.omid - Sunday, January 20, 2019 11:41 PM -
0 Votes
Paging on JSON data using HttpClient
How to?Answered | 5 Replies | 1100 Views | Created by Priscillia - Monday, February 1, 2016 7:16 AM | Last reply by Fred Bao - Thursday, February 11, 2016 2:57 AM -
1 Votes
how to move/copy files by HttpClient
Hi wildberry, Try calling HttpClient.SendAsync() with a custom "MOVE" HttpMethod.Answered | 2 Replies | 2453 Views | Created by wildberry - Monday, March 5, 2012 6:11 AM | Last reply by wildberry - Monday, March 5, 2012 11:37 AM - Items 1 to 20 of 4044090 Next ›
No announcements