File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Servers/Kestrel/Core/ref Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -132,11 +132,12 @@ public KestrelServerOptions() { }
132132 public bool AddServerHeader { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
133133 public bool AllowResponseHeaderCompression { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
134134 public bool AllowSynchronousIO { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
135- public System . IServiceProvider ApplicationServices { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
136- public Microsoft . AspNetCore . Server . Kestrel . KestrelConfigurationLoader ConfigurationLoader { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
135+ public System . IServiceProvider ? ApplicationServices { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
136+ public Microsoft . AspNetCore . Server . Kestrel . KestrelConfigurationLoader ? ConfigurationLoader { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
137137 public bool DisableStringReuse { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
138138 public bool EnableAltSvc { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
139139 public Microsoft . AspNetCore . Server . Kestrel . Core . KestrelServerLimits Limits { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
140+ public System . Func < string , System . Text . Encoding ? > RequestHeaderEncodingSelector { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
140141 public Microsoft . AspNetCore . Server . Kestrel . KestrelConfigurationLoader Configure ( ) { throw null ; }
141142 public Microsoft . AspNetCore . Server . Kestrel . KestrelConfigurationLoader Configure ( Microsoft . Extensions . Configuration . IConfiguration config ) { throw null ; }
142143 public Microsoft . AspNetCore . Server . Kestrel . KestrelConfigurationLoader Configure ( Microsoft . Extensions . Configuration . IConfiguration config , bool reloadOnChange ) { throw null ; }
You can’t perform that action at this time.
0 commit comments