20 references to Info
System.Net.HttpListener (20)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (2)
64
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this);
447
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"Waiting for completion event {waitHandle}");
System\Net\HttpListener.cs (3)
156
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"mapped uriPrefix: {uriPrefix} to registeredPrefix: {registeredPrefix}");
222
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"uriPrefix: {uriPrefix}");
302
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
("HttpListenerRequest::Close()");
System\Net\HttpListenerException.cs (4)
16
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"{NativeErrorCode}:{Message}");
21
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"{NativeErrorCode}:{Message}");
26
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"{NativeErrorCode}:{Message}");
34
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"{NativeErrorCode}:{Message}");
System\Net\HttpListenerRequest.cs (2)
239
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"_clientCertificate:{ClientCertificate}");
246
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this);
System\Net\HttpListenerResponse.cs (8)
175
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"name={name}, value={value}");
181
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"name={name}, value={value}");
189
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"cookie: {cookie}");
195
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"Entering Set-Cookie: {Headers[HttpResponseHeader.SetCookie]}, Set-Cookie2: {Headers[HttpKnownHeaderNames.SetCookie2]}");
209
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"Now looking at index:{index} cookie: {cookie}");
239
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"Exiting Set-Cookie: {Headers[HttpResponseHeader.SetCookie]} Set-Cookie2: {Headers[HttpKnownHeaderNames.SetCookie2]}");
244
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"url={url}");
257
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"cookie: {cookie}");
System\Net\HttpResponseStream.cs (1)
68
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"asyncResult:{asyncResult}");