File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ public IISServerOptions() { }
9
9
public bool AllowSynchronousIO { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
10
10
public string AuthenticationDisplayName { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
11
11
public bool AutomaticAuthentication { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
12
+ public long ? MaxRequestBodySize { get { throw null ; } set { } }
12
13
}
13
14
}
14
15
namespace Microsoft . AspNetCore . Hosting
@@ -27,6 +28,11 @@ public partial interface IServerVariablesFeature
27
28
}
28
29
namespace Microsoft . AspNetCore . Server . IIS
29
30
{
31
+ public sealed partial class BadHttpRequestException : System . IO . IOException
32
+ {
33
+ internal BadHttpRequestException ( ) { }
34
+ public int StatusCode { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
35
+ }
30
36
public static partial class HttpContextExtensions
31
37
{
32
38
public static string GetIISServerVariable ( this Microsoft . AspNetCore . Http . HttpContext context , string variableName ) { throw null ; }
You can’t perform that action at this time.
0 commit comments