2 references to GetName
System.Net.Http (2)
System\Net\Http\HttpProtocolException.cs (2)
41string message = SR.Format(SR.net_http_http2_stream_error, GetName(protocolError), ((int)protocolError).ToString("x")); 47message = SR.Format(message ?? SR.net_http_http2_connection_error, GetName(protocolError), ((int)protocolError).ToString("x"));