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:
-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) { }