Questions tagged [winrt-httpclient]

19 questions
0
votes
1 answer

Loading images with ISupportIncrementalLoading in WinRT app

I'm developing a Windows Phone 8.1 app and I would like use ISupportIncrementalLoading interface to load a list of objects from REST API server. Follow this article…
maniek099
  • 319
  • 4
  • 19
0
votes
2 answers

A method was called at an unexpected time in HttpClient MultipartFormDataContent

I have to post the multipart data to the server but I am getting below error I am using the below code public async static Task HttpImagePostMethod(byte[] wInputData, string Uri, string path) { string result = string.Empty; …
Rehan Parvez
  • 143
  • 2
  • 17
0
votes
1 answer

PCL Web Lib issue for WP8.1 RT and Windows 8.1 RT app

I am coding a PCL Web Lib calling for Windows Phone 8.1 RT and Windows 8.1 app While HttpWebRequest Class can NOT modify HOST, referer and so on headers running is Windows RT 8.1 app (WP8.1 RT runs OK, it is a bug in Microsoft) So I want to use…
0
votes
0 answers

HttpClient Difference between Windows Phone 8.1 and Windows 8.1

I have a problem with HttpClient (System.Net.Http.HttpClient). I send a POST to a website to connect to my personnal space: On Windows 8.1 : it works great, I am conencted (Response : HTTP OK) On Windows Phone 8.1 : the connection does'nt work…
Geotinc
  • 289
  • 1
  • 4
  • 21
1
2