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>2017-06-06 19:36:18 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-06-06 19:36:18 +0300
commitb0ea012a9a8c7c26b56534543c4fef6f6253b8e8 (patch)
treeed3dc39d3749761282a5cdb3790fef5248e574da /profiles/monotouch/System.cs
parentc0de20bce4af381ebe7258bfd723f0b979806f8f (diff)
Update 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 db49a57..a5340a2 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -8057,6 +8057,7 @@ namespace System.Net.Security
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) { }
+ public virtual System.Threading.Tasks.Task ShutdownAsync() { throw null; }
public void Write(byte[] buffer) { }
public override void Write(byte[] buffer, int offset, int count) { }
}