質問編集履歴
1
一部Pathなど修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,8 +5,8 @@
|
|
5
5
|
検索するとHttpWebRequestのプロパティUserAgentに値を設定すると書いてありますが、xamarinから見たHttpWebRequest定義が以下のようになっており、定義がありません(各プロパティメソッドのコメントは文字制限上省略してあります)。
|
6
6
|
|
7
7
|
```ここに言語を入力
|
8
|
-
#region アセンブリ System.Net.Requests, Version=4.0.0.0, Culture=neutral,
|
8
|
+
#region アセンブリ System.Net.Requests, Version=4.0.0.0, Culture=neutral,
|
9
|
-
//
|
9
|
+
// Microsoft\Framework\.NETPortable\v4.6\Profile\Profile44\System.Net.Requests.dll
|
10
10
|
#endregion
|
11
11
|
|
12
12
|
using System.IO;
|