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