2 references to BadRequest_MethodNotAllowed
Microsoft.AspNetCore.Server.Kestrel.Core (2)
KestrelBadHttpRequestException.cs (2)
74ex = new BadHttpRequestException(CoreStrings.BadRequest_MethodNotAllowed, StatusCodes.Status405MethodNotAllowed, reason, HttpMethod.Options); 77ex = new BadHttpRequestException(CoreStrings.BadRequest_MethodNotAllowed, StatusCodes.Status405MethodNotAllowed, reason, HttpMethod.Connect);