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