7 references to GetKnownMethod
System.Net.Http (7)
System\Net\Http\DiagnosticsHandler.cs (1)
116
activity.DisplayName = HttpMethod.
GetKnownMethod
(request.Method.Method)?.Method ?? "HTTP";
System\Net\Http\DiagnosticsHelper.cs (1)
48
HttpMethod? known = HttpMethod.
GetKnownMethod
(method.Method);
System\Net\Http\HttpMethod.cs (1)
89
GetKnownMethod
(method) ??
System\Net\Http\HttpMethod.SocketsHttpHandler.cs (4)
24
Initialize(
GetKnownMethod
(method)?._http3Index ?? 0);
51
HttpMethod? knownMethod =
GetKnownMethod
(Method);
75
HttpMethod? knownMethod =
GetKnownMethod
(Method);
99
HttpMethod? knownMethod =
GetKnownMethod
(Method);