16 references to Info
System.Net.HttpListener (16)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (3)
362
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, "Invoking callback");
366
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, "*** OFFLOADED the user callback ****");
384
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, "No callback to invoke");
System\Net\HttpListenerRequest.cs (3)
30
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, "uri:" + uri + " setCookieHeader:" + setCookieHeader);
41
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, "CookieParser returned cookie: " + cookie.ToString());
186
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, "_keepAlive=" + _keepAlive);
System\Net\HttpRequestStream.cs (3)
20
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, "buffer.Length:" + buffer.Length + " count:" + count + " offset:" + offset);
34
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, "buffer.Length:" + buffer.Length + " count:" + count + " offset:" + offset);
67
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, "_closed:" + _closed);
System\Net\HttpResponseStream.cs (3)
47
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, "buffer.Length:" + buffer.Length + " count:" + count + " offset:" + offset);
61
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, "buffer.Length:" + buffer.Length + " count:" + count + " offset:" + offset);
81
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, "_closed:" + _closed);
System\Net\ServiceNameStore.cs (4)
148
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, SR.Format(SR.net_log_listener_spn_add, spn, uriPrefix));
158
NetEventSource.
Info
(this, SR.Format(SR.net_log_listener_spn_not_add, uriPrefix));
182
NetEventSource.
Info
(this, SR.Format(SR.net_log_listener_spn_remove, newServiceName, uriPrefix));
186
NetEventSource.
Info
(this, SR.Format(SR.net_log_listener_spn_not_remove, uriPrefix));