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