2 references to MethodHead
System.Net.Http (2)
System\Net\Http\HttpMethod.cs (1)
18public static HttpMethod Head { get; } = new("HEAD", H3StaticTable.MethodHead);
System\Net\Http\HttpMethod.SocketsHttpHandler.cs (1)
35else if (http3Index == H3StaticTable.MethodHead)