2 references to MethodConnect
System.Net.Http (2)
System\Net\Http\HttpMethod.cs (1)
29
public static HttpMethod Connect { get; } = new("CONNECT", H3StaticTable.
MethodConnect
);
System\Net\Http\HttpMethod.SocketsHttpHandler.cs (1)
31
if (http3Index == H3StaticTable.
MethodConnect
)