我使用Windows.Web.Http.HttpClient发出POST请求。post请求返回200,但文件没有上载。URL链接到公司网站托管平台上的文件夹。我试过使用HttpWebRequest格式和System.Net.Http前缀。Uri requestUri = new Uri(uploadurl);
Windows.Web.Http.HttpClient httpClient = new Windows.Web.Http.HttpClient如果我使用uri作为PUT请求的</e
我正试图发布一个来自windows通用应用程序的Http请求,并看到一种奇怪的行为。(不确定它是一个通用应用程序这一事实是否相关)。有关的简化代码如下:var response = await client.GetAsync("https://storage.googleapis.com/pictureframe/settings.json");
var s = await response.Content.ReadA