1 write to Parameter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\Http2\Http2SettingsParameterOutOfRangeException.cs (1)
13
Parameter
= parameter;
2 references to Parameter
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (2)
1055
var errorCode = ex.
Parameter
== Http2SettingsParameter.SETTINGS_INITIAL_WINDOW_SIZE
1059
throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorSettingsParameterOutOfRange(ex.
Parameter
), errorCode, ConnectionEndReason.InvalidSettings);