Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2018-02-27 12:03:54 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-02-27 12:03:54 +0300
commit729d1eddb4af334912cf6a1015d50f8c84570071 (patch)
tree21d08cec3db96c35d0367e41d80b53b58b5bd7cc /profiles/monotouch/System.cs
parent249484a202fddb03edb68cebfe2c8000994f5819 (diff)
Apply changes from https://github.com/mono/mono/pull/7080 to API snapshot
Diffstat (limited to 'profiles/monotouch/System.cs')
-rw-r--r--profiles/monotouch/System.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index 14e80a1..a4f7bcc 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -5993,7 +5993,7 @@ namespace System.Net
[System.SerializableAttribute]
public partial class HttpWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
{
- [System.ObsoleteAttribute("Serialization is obsoleted for this type", false)]
+ [System.ObsoleteAttribute("Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202")]
protected HttpWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
public HttpWebRequest(System.Uri uri) { }
public string Accept { get { throw null; } set { } }
@@ -6062,6 +6062,7 @@ namespace System.Net
public override System.IO.Stream GetRequestStream() { throw null; }
[System.MonoTODOAttribute]
public System.IO.Stream GetRequestStream(out System.Net.TransportContext context) { context = default(System.Net.TransportContext); throw null; }
+ public override System.Threading.Tasks.Task<System.IO.Stream> GetRequestStreamAsync() { throw null; }
public override System.Net.WebResponse GetResponse() { throw null; }
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
}