3 references to MinAllowedMaxFrameSize
IIS.ShadowCopy.Tests (3)
src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs (3)
23
public const uint DefaultMaxFrameSize =
MinAllowedMaxFrameSize
;
77
if (value <
MinAllowedMaxFrameSize
|| value > MaxAllowedMaxFrameSize)
80
lowerBound:
MinAllowedMaxFrameSize
,