2 references to MethodOptions
System.Net.Http (2)
System\Net\Http\HttpMethod.cs (1)
19public static HttpMethod Options { get; } = new("OPTIONS", H3StaticTable.MethodOptions);
System\Net\Http\HttpMethod.SocketsHttpHandler.cs (1)
41MustHaveRequestBody = http3Index is not (H3StaticTable.MethodGet or H3StaticTable.MethodOptions or H3StaticTable.MethodDelete);