Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.

Commit b0fd62e

Browse files
committed
Reduce ref assembly
1 parent 29e432c commit b0fd62e

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

Diff for: src/monowasm/System.Net.Http.WebAssemblyHttpHandler.cs

-28
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,9 @@
1111
[assembly:System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName="")]
1212
namespace System.Net.Http
1313
{
14-
public enum RequestCache
15-
{
16-
Default = 0,
17-
NoStore = 1,
18-
Reload = 2,
19-
NoCache = 3,
20-
ForceCache = 4,
21-
OnlyIfCached = 5,
22-
}
23-
public enum RequestCredentials
24-
{
25-
Omit = 0,
26-
SameOrigin = 1,
27-
Include = 2,
28-
}
29-
public enum RequestMode
30-
{
31-
SameOrigin = 0,
32-
NoCors = 1,
33-
Cors = 2,
34-
Navigate = 3,
35-
}
3614
public partial class WebAssemblyHttpHandler : System.Net.Http.HttpMessageHandler
3715
{
3816
public WebAssemblyHttpHandler() { }
39-
public string Integrity { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute] set { } }
40-
public System.Net.Http.RequestCache? RequestCache { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute] set { } }
41-
public System.Net.Http.RequestCredentials? RequestCredentials { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute] set { } }
42-
public System.Net.Http.RequestMode? RequestMode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute] set { } }
43-
public bool StreamingEnabled { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute] set { } }
44-
[System.Diagnostics.DebuggerStepThroughAttribute]
4517
protected override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw null; }
4618
}
4719
}

0 commit comments

Comments
 (0)