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