2 references to GetName
System.Net.Http (2)
System\Net\Http\HttpProtocolException.cs (2)
53
string message = SR.Format(SR.net_http_http3_stream_error,
GetName
(protocolError), ((int)protocolError).ToString("x"));
59
message = SR.Format(message ?? SR.net_http_http3_connection_error,
GetName
(protocolError), ((int)protocolError).ToString("x"));