File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Servers/Kestrel/Core/ref Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ internal BadHttpRequestException() { }
70
70
public partial class Http2Limits
71
71
{
72
72
public Http2Limits ( ) { }
73
+ public bool EnableResponseHeaderCompression { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
73
74
public int HeaderTableSize { get { throw null ; } set { } }
74
75
public int InitialConnectionWindowSize { get { throw null ; } set { } }
75
76
public int InitialStreamWindowSize { get { throw null ; } set { } }
@@ -130,7 +131,6 @@ public KestrelServerOptions() { }
130
131
public bool AllowSynchronousIO { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
131
132
public System . IServiceProvider ApplicationServices { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
132
133
public Microsoft . AspNetCore . Server . Kestrel . KestrelConfigurationLoader ConfigurationLoader { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
133
- public bool DisableResponseDynamicHeaderCompression { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
134
134
public bool DisableStringReuse { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
135
135
public bool EnableAltSvc { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
136
136
public Microsoft . AspNetCore . Server . Kestrel . Core . KestrelServerLimits Limits { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
You can’t perform that action at this time.
0 commit comments