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-10-19 18:47:42 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-10-19 18:47:42 +0300
commit655c5477a20ffbdfe5f7419829646ce8def00318 (patch)
tree5df870fc9e0e4e051029c58e80e63463ad82a457 /profiles/monotouch/System.cs
parent95462f9c5fc78a57bb5598ffca6cc82b03e67cb3 (diff)
Apply changes from https://github.com/mono/mono/pull/11246 to API snapshot
Diffstat (limited to 'profiles/monotouch/System.cs')
-rw-r--r--profiles/monotouch/System.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index b8ec13b..1cd88e0 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -6106,7 +6106,6 @@ namespace System.Net
public System.Net.BindIPEndPoint BindIPEndPointDelegate { get { throw null; } set { } }
public System.Security.Cryptography.X509Certificates.X509Certificate Certificate { get { throw null; } }
public System.Security.Cryptography.X509Certificates.X509Certificate ClientCertificate { get { throw null; } }
- [System.MonoTODOAttribute]
public int ConnectionLeaseTimeout { get { throw null; } set { } }
public int ConnectionLimit { get { throw null; } set { } }
public string ConnectionName { get { throw null; } }
@@ -6115,7 +6114,6 @@ namespace System.Net
public System.DateTime IdleSince { get { throw null; } }
public int MaxIdleTime { get { throw null; } set { } }
public virtual System.Version ProtocolVersion { get { throw null; } }
- [System.MonoTODOAttribute]
public int ReceiveBufferSize { get { throw null; } set { } }
public bool SupportsPipelining { get { throw null; } }
public bool UseNagleAlgorithm { get { throw null; } set { } }