2 references to net_log_listener_cant_convert_to_utf8
System.Net.HttpListener (2)
System\Net\HttpListenerRequestUriBuilder.cs (2)
273if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, SR.Format(SR.net_log_listener_cant_convert_to_utf8, unicodeString, e.Message)); 328if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, SR.Format(SR.net_log_listener_cant_convert_to_utf8, decodedString, e.Message));