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

github.com/mono/reference-assemblies.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <mabaul@microsoft.com>2019-02-21 09:49:29 +0300
committerMartin Baulig <mabaul@microsoft.com>2019-02-21 09:49:29 +0300
commita4665d4afe5a0ede13274490c4f355d3873773fd (patch)
treec50ab774215639f672004778b0a609e50c5d68a4
parent0a562805356fb55f7c1ae04f34ec86adac222bfe (diff)
-rw-r--r--src/v4.7.1/System.Net.Http.cs2
-rw-r--r--src/v4.7.2/System.Net.Http.cs2
-rw-r--r--src/v4.7/System.Net.Http.cs2
3 files changed, 6 insertions, 0 deletions
diff --git a/src/v4.7.1/System.Net.Http.cs b/src/v4.7.1/System.Net.Http.cs
index 2b03268..b571940 100644
--- a/src/v4.7.1/System.Net.Http.cs
+++ b/src/v4.7.1/System.Net.Http.cs
@@ -276,7 +276,9 @@ namespace System.Net.Http
public System.Collections.Generic.IDictionary<string, object> Properties { get { throw null; } }
public System.Net.IWebProxy Proxy { get { throw null; } set { } }
public System.TimeSpan ResponseDrainTimeout { get { throw null; } set { } }
+#if MARTIN_FIXME
public System.Net.Security.SslClientAuthenticationOptions SslOptions { get { throw null; } set { } }
+#endif
public bool UseCookies { get { throw null; } set { } }
public bool UseProxy { get { throw null; } set { } }
protected override void Dispose(bool disposing) { }
diff --git a/src/v4.7.2/System.Net.Http.cs b/src/v4.7.2/System.Net.Http.cs
index 2b03268..b571940 100644
--- a/src/v4.7.2/System.Net.Http.cs
+++ b/src/v4.7.2/System.Net.Http.cs
@@ -276,7 +276,9 @@ namespace System.Net.Http
public System.Collections.Generic.IDictionary<string, object> Properties { get { throw null; } }
public System.Net.IWebProxy Proxy { get { throw null; } set { } }
public System.TimeSpan ResponseDrainTimeout { get { throw null; } set { } }
+#if MARTIN_FIXME
public System.Net.Security.SslClientAuthenticationOptions SslOptions { get { throw null; } set { } }
+#endif
public bool UseCookies { get { throw null; } set { } }
public bool UseProxy { get { throw null; } set { } }
protected override void Dispose(bool disposing) { }
diff --git a/src/v4.7/System.Net.Http.cs b/src/v4.7/System.Net.Http.cs
index 2b03268..b571940 100644
--- a/src/v4.7/System.Net.Http.cs
+++ b/src/v4.7/System.Net.Http.cs
@@ -276,7 +276,9 @@ namespace System.Net.Http
public System.Collections.Generic.IDictionary<string, object> Properties { get { throw null; } }
public System.Net.IWebProxy Proxy { get { throw null; } set { } }
public System.TimeSpan ResponseDrainTimeout { get { throw null; } set { } }
+#if MARTIN_FIXME
public System.Net.Security.SslClientAuthenticationOptions SslOptions { get { throw null; } set { } }
+#endif
public bool UseCookies { get { throw null; } set { } }
public bool UseProxy { get { throw null; } set { } }
protected override void Dispose(bool disposing) { }