5 references to Error
System.Net.HttpListener (5)
System\Net\HttpListener.cs (1)
307if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, $"Close {exception}");
System\Net\Managed\HttpListener.Managed.cs (4)
51if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, $"Start {exception}"); 85if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, $"Stop {exception}"); 115if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, $"Abort {exception}"); 141if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, $"Dispose {exception}");