2 references to MethodToString
Microsoft.AspNetCore.Server.Kestrel.Core (2)
BadHttpRequestException.cs (1)
27AllowedHeader = HttpUtilities.MethodToString(requiredMethod.Value);
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
43_methodText = HttpUtilities.MethodToString(Method) ?? string.Empty;