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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-02-19 22:14:49 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-02-19 22:15:20 +0300
commitf111b9915594ffff64773e320034e01932810400 (patch)
treef3363f3c8eefcc1b4ecc679cd7f9b429ade37063 /profiles/monotouch/System.cs
parent0257af1607924956ac1b3c93b1da4402c24b4e21 (diff)
Revert "Apply changes from https://github.com/mono/mono/pull/6765 to API snapshot"
This shouldn't have been committed to api-snapshot yet. (reverted from commit bacbd8b92ec841ff2c03c5554b46d08cb850e759)
Diffstat (limited to 'profiles/monotouch/System.cs')
-rw-r--r--profiles/monotouch/System.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index a4f7bcc..14e80a1 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. http://go.microsoft.com/fwlink/?linkid=14202")]
+ [System.ObsoleteAttribute("Serialization is obsoleted for this type", false)]
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,7 +6062,6 @@ 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) { }
}