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:
authorPranav K <prkrishn@hotmail.com>2020-03-31 19:43:59 +0300
committerGitHub <noreply@github.com>2020-03-31 19:43:59 +0300
commit29e432cd90d71b104e6721c20439f2a866f18bd3 (patch)
tree09fd09e12725f70b1c9586a7c2da2b6da54d25d1
parent2b1f56df3ee81581a7f3723e9e150b2bbc0cfa92 (diff)
Update System.Net.Http.WebAssemblyHttpHandler.cs
-rw-r--r--src/monowasm/System.Net.Http.WebAssemblyHttpHandler.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/monowasm/System.Net.Http.WebAssemblyHttpHandler.cs b/src/monowasm/System.Net.Http.WebAssemblyHttpHandler.cs
index b7c37e0..6b866ed 100644
--- a/src/monowasm/System.Net.Http.WebAssemblyHttpHandler.cs
+++ b/src/monowasm/System.Net.Http.WebAssemblyHttpHandler.cs
@@ -41,7 +41,6 @@ namespace System.Net.Http
public System.Net.Http.RequestCredentials? RequestCredentials { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute] set { } }
public System.Net.Http.RequestMode? RequestMode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute] set { } }
public bool StreamingEnabled { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute] set { } }
- public static bool StreamingSupported { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } }
[System.Diagnostics.DebuggerStepThroughAttribute]
protected override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw null; }
}