Skip to content

Commit e59736e

Browse files
committed
update ref assemblies
1 parent 3021f5b commit e59736e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Servers/IIS/IIS/ref/Microsoft.AspNetCore.Server.IIS.netcoreapp3.0.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ public IISServerOptions() { }
99
public bool AllowSynchronousIO { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1010
public string AuthenticationDisplayName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1111
public bool AutomaticAuthentication { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
12+
public long? MaxRequestBodySize { get { throw null; } set { } }
1213
}
1314
}
1415
namespace Microsoft.AspNetCore.Hosting
@@ -27,6 +28,11 @@ public partial interface IServerVariablesFeature
2728
}
2829
namespace Microsoft.AspNetCore.Server.IIS
2930
{
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+
}
3036
public static partial class HttpContextExtensions
3137
{
3238
public static string GetIISServerVariable(this Microsoft.AspNetCore.Http.HttpContext context, string variableName) { throw null; }

0 commit comments

Comments
 (0)