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>2017-11-08 08:07:14 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2017-11-08 08:07:14 +0300
commit29c95231182e24d49ea8ce2f1adfa21a7af162cf (patch)
treeeca1c1e8ced6f16ec4ece60cde85ca339c1c2829 /profiles/monotouch/System.cs
parent36a28e652616ade310234ef66ba87edff64aa062 (diff)
Apply changes from https://github.com/mono/mono/pull/5960 to API snapshot
Diffstat (limited to 'profiles/monotouch/System.cs')
-rw-r--r--profiles/monotouch/System.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index d88e742..782919e 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -8057,6 +8057,7 @@ namespace System.Net.Security
public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
public override void EndWrite(System.IAsyncResult asyncResult) { }
public override void Flush() { }
+ public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
public override int Read(byte[] buffer, int offset, int count) { throw null; }
public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
public override void SetLength(long value) { }