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