141 references to HttpListener
System (141)
net\System\Net\_ListenerAsyncResult.cs (1)
102if (Logging.On) Logging.PrintError(Logging.HttpListener, ValidationHelper.HashString(asyncResult), "IOCompleted", exception.ToString());
net\System\Net\_ListenerRequestStream.cs (16)
107if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Read", ""); 119if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Read", "dataRead:0"); 167if(Logging.On)Logging.Exception(Logging.HttpListener, this, "Read", exception); 172if(Logging.On)Logging.Dump(Logging.HttpListener, this, "Read", buffer, offset, (int)dataRead); 174if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Read", "dataRead:" + dataRead); 189if(Logging.On) Logging.Enter(Logging.HttpListener, this, "BeginRead", ""); 201if(Logging.On)Logging.Exit(Logging.HttpListener, this, "BeginRead", ""); 259if (Logging.On) Logging.Exception(Logging.HttpListener, this, "BeginRead", e); 272if (Logging.On) Logging.Exception(Logging.HttpListener, this, "BeginRead", exception); 284if(Logging.On)Logging.Exit(Logging.HttpListener, this, "BeginRead", ""); 289if(Logging.On)Logging.Enter(Logging.HttpListener, this, "EndRead", ""); 307if(Logging.On)Logging.Exception(Logging.HttpListener, this, "EndRead", exception); 316if(Logging.On)Logging.Exit(Logging.HttpListener, this, "EndRead", ""); 336if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Dispose", ""); 344if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Dispose", ""); 405if(Logging.On)Logging.Dump(Logging.HttpListener, asyncResult, "Callback", (IntPtr)asyncResult.m_pPinnedBuffer, (int)numBytes);
net\System\Net\_ListenerResponseStream.cs (19)
128if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Write", ""); 141if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Write", ""); 222if(Logging.On)Logging.Exception(Logging.HttpListener, this, "Write", exception); 228if(Logging.On)Logging.Dump(Logging.HttpListener, this, "Write", buffer, offset, (int)dataToWrite); 229if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Write", ""); 247if(Logging.On)Logging.Exit(Logging.HttpListener, this, "BeginWrite", ""); 290if (Logging.On) Logging.Exception(Logging.HttpListener, this, "BeginWrite", e); 304if (Logging.On) Logging.Exception(Logging.HttpListener, this, "BeginWrite", exception); 323if(Logging.On)Logging.Exit(Logging.HttpListener, this, "BeginWrite", ""); 328if(Logging.On)Logging.Enter(Logging.HttpListener, this, "EndWrite", ""); 347if(Logging.On)Logging.Exception(Logging.HttpListener, this, "EndWrite", exception); 356if(Logging.On)Logging.Exit(Logging.HttpListener, this, "EndWrite", ""); 376if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Close", ""); 382if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Close", ""); 392if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Close", ""); 445if(Logging.On)Logging.Exception(Logging.HttpListener, this, "Close", exception); 455if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Dispose", ""); 598if (Logging.On) { Logging.Dump(Logging.HttpListener, asyncResult, "Callback", IntPtr.Zero, 0); } 602if (Logging.On) { for (int i = 0; i < asyncResult.m_DataChunks.Length; i++) { Logging.Dump(Logging.HttpListener, asyncResult, "Callback", (IntPtr)asyncResult.m_DataChunks[0].pBuffer, (int)asyncResult.m_DataChunks[0].BufferLength); } }
net\System\Net\_ServiceNameStore.cs (4)
58Logging.PrintInfo(Logging.HttpListener, "ServiceNameStore#" + 71Logging.PrintInfo(Logging.HttpListener, "ServiceNameStore#" + 94Logging.PrintInfo(Logging.HttpListener, "ServiceNameStore#" + 99Logging.PrintInfo(Logging.HttpListener, "ServiceNameStore#" +
net\System\Net\HttpListener.cs (63)
366if(Logging.On)Logging.Enter(Logging.HttpListener, this, "HttpListener", ""); 384if (Logging.On) Logging.Exit(Logging.HttpListener, this, "HttpListener", ""); 515if (Logging.On) Logging.Exception(Logging.HttpListener, this, "HttpSetUrlGroupProperty:: Property: " + 625if(Logging.On)Logging.Enter(Logging.HttpListener, this, "AddPrefix", "uriPrefix:" + uriPrefix); 687if(Logging.On)Logging.Exception(Logging.HttpListener, this, "AddPrefix", exception); 690if(Logging.On)Logging.Exit(Logging.HttpListener, this, "AddPrefix", "prefix:" + registeredPrefix); 696if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Prefixes_get", ""); 706if(Logging.On)Logging.Enter(Logging.HttpListener, this, "RemovePrefix", "uriPrefix:" + uriPrefix); 725if(Logging.On)Logging.Exception(Logging.HttpListener, this, "RemovePrefix", exception); 728if(Logging.On)Logging.Exit(Logging.HttpListener, this, "RemovePrefix", "uriPrefix:" + uriPrefix); 734if(Logging.On)Logging.Enter(Logging.HttpListener, this, "RemoveAll", ""); 752if(Logging.On)Logging.Exit(Logging.HttpListener, this, "RemoveAll", ""); 833if (Logging.On) Logging.Exception(Logging.HttpListener, this, "SetupV2Config", exception); 839if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Start", ""); 877if (Logging.On) Logging.Exception(Logging.HttpListener, this, "Start", exception); 880if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Start", ""); 907if (Logging.On) Logging.PrintError(Logging.HttpListener, this, "CloseV2Config", SR.GetString(SR.net_listener_close_urlgroup_error, statusCode)); 953if (Logging.On) Logging.PrintError(Logging.HttpListener, this, "DetachRequestQueueFromUrlGroup", SR.GetString(SR.net_listener_detach_error, statusCode)); 958if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Stop", ""); 980if(Logging.On)Logging.Exception(Logging.HttpListener, this, "Stop", exception); 983if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Stop", ""); 1021if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Abort", ""); 1039if(Logging.On)Logging.Exception(Logging.HttpListener, this, "Abort", exception); 1043if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Abort", ""); 1049if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Close", ""); 1054if(Logging.On)Logging.Exception(Logging.HttpListener, this, "Close", exception); 1057if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Close", ""); 1069if (Logging.On) Logging.Enter(Logging.HttpListener, this, "Dispose", ""); 1081if (Logging.On) Logging.Exception(Logging.HttpListener, this, "Dispose", exception); 1085if (Logging.On) Logging.Exit(Logging.HttpListener, this, "Dispose", ""); 1140if(Logging.On)Logging.Enter(Logging.HttpListener, this, "GetContext", ""); 1225if(Logging.On)Logging.Exception(Logging.HttpListener, this, "GetContext", exception); 1233if (Logging.On) Logging.Exit(Logging.HttpListener, this, "GetContext", "HttpListenerContext#" + ValidationHelper.HashString(httpContext) + " RequestTraceIdentifier#" + (httpContext != null ? httpContext.Request.RequestTraceIdentifier.ToString() : "<null>")); 1250if(Logging.On)Logging.Enter(Logging.HttpListener, this, "BeginGetContext", ""); 1270if(Logging.On)Logging.Exception(Logging.HttpListener, this, "BeginGetContext", exception); 1273if(Logging.On)Logging.Enter(Logging.HttpListener, this, "BeginGetContext", "IAsyncResult#" + ValidationHelper.HashString(asyncResult)); 1280if(Logging.On)Logging.Enter(Logging.HttpListener, this, "EndGetContext", "IAsyncResult#" + ValidationHelper.HashString(asyncResult)); 1302if(Logging.On)Logging.Exception(Logging.HttpListener, this, "EndGetContext", exception); 1306if(Logging.On)Logging.Exit(Logging.HttpListener, this, "EndGetContext", httpContext == null ? "<no context>" : "HttpListenerContext#" + ValidationHelper.HashString(httpContext) + " RequestTraceIdentifier#" + httpContext.Request.RequestTraceIdentifier); 1420if (Logging.On) Logging.PrintError(Logging.HttpListener, this, "HandleAuthentication", SR.GetString(SR.net_log_listener_delegate_exception, exception)); 1487if (Logging.On) Logging.PrintWarning(Logging.HttpListener, this, "HandleAuthentication", SR.GetString(SR.net_log_listener_unsupported_authentication_scheme, authorizationHeader , authenticationScheme)); 1499if (Logging.On) Logging.PrintWarning(Logging.HttpListener, this, "HandleAuthentication", SR.GetString(SR.net_log_listener_unmatched_authentication_scheme, ValidationHelper.ToString(authenticationScheme), (authorizationHeader == null ? "<null>" : authorizationHeader))); 1780if(Logging.On)Logging.PrintWarning(Logging.HttpListener, this, "HandleAuthentication", SR.GetString(SR.net_log_listener_create_valid_identity_failed)); 2028if (Logging.On) Logging.PrintInfo(Logging.HttpListener, this, SR.GetString(SR.net_log_listener_no_cbt_disabled)); 2034if (Logging.On) Logging.PrintInfo(Logging.HttpListener, this, SR.GetString(SR.net_log_listener_no_cbt_http)); 2041if (Logging.On) Logging.PrintInfo(Logging.HttpListener, this, SR.GetString(SR.net_log_listener_no_cbt_platform)); 2047if (Logging.On) Logging.PrintInfo(Logging.HttpListener, this, SR.GetString(SR.net_log_listener_no_cbt_trustedproxy)); 2054if (Logging.On) Logging.PrintInfo(Logging.HttpListener, this, SR.GetString(SR.net_log_listener_cbt)); 2065Logging.PrintInfo(Logging.HttpListener, this, SR.GetString(SR.net_log_listener_no_spn_kerberos)); 2075Logging.PrintInfo(Logging.HttpListener, this, SR.GetString(SR.net_log_listener_no_spn_disabled)); 2084Logging.PrintInfo(Logging.HttpListener, this, SR.GetString(SR.net_log_listener_no_spn_cbt)); 2094Logging.PrintInfo(Logging.HttpListener, this, SR.GetString(SR.net_log_listener_no_spn_platform)); 2108Logging.PrintInfo(Logging.HttpListener, this, 2117Logging.PrintInfo(Logging.HttpListener, this, 2127Logging.PrintInfo(Logging.HttpListener, this, SR.GetString(SR.net_log_listener_no_spn_loopback)); 2136Logging.PrintInfo(Logging.HttpListener, this, SR.GetString(SR.net_log_listener_spn, clientSpn)); 2147Logging.PrintInfo(Logging.HttpListener, this, SR.GetString(SR.net_log_listener_spn_passed)); 2151Logging.PrintInfo(Logging.HttpListener, this, SR.GetString(SR.net_log_listener_spn_failed)); 2155Logging.PrintWarning(Logging.HttpListener, this, "CheckSpn", 2160Logging.PrintInfo(Logging.HttpListener, this, 2165Logging.PrintInfo(Logging.HttpListener, this, "\t" + serviceName); 2440Logging.Enter(Logging.HttpListener, "HttpListener#" + ValidationHelper.HashString(this) + 2495Logging.PrintError(Logging.HttpListener, "HttpListener#" +
net\System\Net\HttpListenerContext.cs (7)
35if (Logging.On) Logging.PrintInfo(Logging.HttpListener, this, ".ctor", "httpListener#" + ValidationHelper.HashString(httpListener) + " requestBlob=" + ValidationHelper.HashString((IntPtr) memoryBlob.RequestBlob)); 59if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Response", ""); 64if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Response", ""); 194if(Logging.On) Logging.Enter(Logging.HttpListener, this, "Close()", ""); 217if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Close", ""); 221if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Abort", ""); 232if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Abort", "");
net\System\Net\HttpListenerRequest.cs (13)
252if (Logging.On) Logging.PrintInfo(Logging.HttpListener, this, ".ctor", "httpContext#" + ValidationHelper.HashString(httpContext) + " memoryBlob# " + ValidationHelper.HashString((IntPtr) memoryBlob.RequestBlob)); 253if(Logging.On)Logging.Associate(Logging.HttpListener, this, httpContext); 282if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, ".ctor", "httpContext#"+ ValidationHelper.HashString(httpContext)+ " RequestUri:" + ValidationHelper.ToString(RequestUri) + " Content-Length:" + ValidationHelper.ToString(ContentLength64) + " HTTP Method:" + ValidationHelper.ToString(HttpMethod)); 293Logging.PrintInfo(Logging.HttpListener, this, ".ctor", sb.ToString()); 444if(Logging.On)Logging.Enter(Logging.HttpListener, this, "InputStream_get", ""); 448if(Logging.On)Logging.Exit(Logging.HttpListener, this, "InputStream_get", ""); 606if(Logging.On)Logging.Enter(Logging.HttpListener, this, "GetClientCertificate", ""); 611if(Logging.On)Logging.Exit(Logging.HttpListener, this, "GetClientCertificate", ValidationHelper.ToString(m_ClientCertificate)); 617if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, "BeginGetClientCertificate", ""); 622if(Logging.On)Logging.Enter(Logging.HttpListener, this, "EndGetClientCertificate", ""); 639if(Logging.On)Logging.Exit(Logging.HttpListener, this, "EndGetClientCertificate", ValidationHelper.HashString(clientCertificate)); 772if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Close", ""); 780if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Close", "");
net\System\Net\HttpListenerRequestUriBuilder.cs (1)
501Logging.PrintWarning(Logging.HttpListener, this, methodName, SR.GetString(message, args));
net\System\Net\HttpListenerResponse.cs (15)
42if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, ".ctor", ""); 54if(Logging.On)Logging.Associate(Logging.HttpListener, this, httpContext); 181if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, "CopyFrom", "templateResponse#"+ValidationHelper.HashString(templateResponse)); 264if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, "AddHeader", " name="+name+" value="+value); 269if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, "AppendHeader", " name="+name+" value="+value); 274if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, "Redirect", " url="+url); 284if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, "AppendCookie", " cookie#"+ValidationHelper.HashString(cookie)); 294if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, "SetCookie", " cookie#"+ValidationHelper.HashString(cookie)); 338if(Logging.On)Logging.Enter(Logging.HttpListener, this, "abort", ""); 347if(Logging.On)Logging.Exit(Logging.HttpListener, this, "abort", ""); 352if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Close", " responseEntity="+ValidationHelper.HashString(responseEntity)+" willBlock="+willBlock); 382if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Close", ""); 387if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Close", ""); 392if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Close", ""); 498Logging.PrintInfo(Logging.HttpListener, this, ".ctor", sb.ToString());
net\System\Net\HttpSysSettings.cs (1)
116Logging.PrintWarning(Logging.HttpListener, typeof(HttpSysSettings), methodName,
net\System\Net\UnsafeNativeMethods.cs (1)
2954if (Logging.On) Logging.PrintWarning(Logging.HttpListener, SR.GetString(SR.net_listener_cbt_not_supported));