2 references to MaximumRequestQueueNameLength
Microsoft.AspNetCore.Server.HttpSys (2)
HttpSysOptions.cs (2)
48if (value?.Length > MaximumRequestQueueNameLength) 52$"The request queue name should be fewer than {MaximumRequestQueueNameLength} characters in length");