4 references to MethodGet
System.Net.Http (4)
System\Net\Http\HttpMethod.cs (1)
14
public static HttpMethod Get { get; } = new("GET", H3StaticTable.
MethodGet
);
System\Net\Http\HttpMethod.SocketsHttpHandler.cs (3)
41
MustHaveRequestBody = http3Index is not (H3StaticTable.
MethodGet
or H3StaticTable.MethodOptions or H3StaticTable.MethodDelete);
82
H3StaticTable.
MethodGet
=> [0x80 | H2StaticTable.MethodGet],
106
: QPackEncoder.EncodeLiteralHeaderFieldWithStaticNameReferenceToArray(H3StaticTable.
MethodGet
, knownMethod?.Method ?? Method);