10 references to DebugOutChnl
System.Runtime.Remoting (10)
channels\core\corechannel.cs (1)
996InternalRemotingServices.DebugOutChnl(s);
channels\http\httpremotinghandler.cs (9)
341InternalRemotingServices.DebugOutChnl("Process Request called."); 342InternalRemotingServices.DebugOutChnl("Path = " + request.Path); 343InternalRemotingServices.DebugOutChnl("PhysicalPath = " + request.PhysicalPath); 345InternalRemotingServices.DebugOutChnl("HttpMethod = " + request.HttpMethod); 346InternalRemotingServices.DebugOutChnl("ContentType = " + request.ContentType); 347InternalRemotingServices.DebugOutChnl("PathInfo = " + request.PathInfo); 390InternalRemotingServices.DebugOutChnl("HttpRemotingHandlderFactory::GetHanlder: IN"); 404InternalRemotingServices.DebugOutChnl("HttpRemotingHandlderFactory::GetHanlder: non-post -- send to WebServices"); 409InternalRemotingServices.DebugOutChnl("HttpRemotingHandlderFactory::GetHandler: post -- handling with Remoting");