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