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