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