53 references to RemotingTrace
System.Runtime.Remoting (53)
channels\core\corechannel.cs (28)
158
InternalRemotingServices.
RemotingTrace
(string.Format(
382
InternalRemotingServices.
RemotingTrace
("HTTPChannel::GetHeaders creating a new array of length " + (i+1) + "\n");
610
InternalRemotingServices.
RemotingTrace
("SerializeMessage");
611
InternalRemotingServices.
RemotingTrace
("MimeType: " + mimeType);
624
InternalRemotingServices.
RemotingTrace
("SerializeMessage: OUT");
637
InternalRemotingServices.
RemotingTrace
("DeserializeMessage");
638
InternalRemotingServices.
RemotingTrace
("MimeType: " + mimeType);
663
InternalRemotingServices.
RemotingTrace
("***************** Before base64 decode *****");
677
InternalRemotingServices.
RemotingTrace
("***************** after base64 decode *****");
689
InternalRemotingServices.
RemotingTrace
("Content");
690
InternalRemotingServices.
RemotingTrace
("***************** Before Deserialize Headers *****");
692
InternalRemotingServices.
RemotingTrace
("***************** After Deserialize Headers *****");
694
InternalRemotingServices.
RemotingTrace
("***************** Before Deserialize Message *****");
699
InternalRemotingServices.
RemotingTrace
("***************** Before Deserialize Message - as MethodCall *****");
707
InternalRemotingServices.
RemotingTrace
("***************** Before Deserialize Message - as MethodResponse *****");
712
InternalRemotingServices.
RemotingTrace
("***************** After Deserialize Message *****");
718
InternalRemotingServices.
RemotingTrace
("CoreChannel::DeserializeMessage OUT");
728
InternalRemotingServices.
RemotingTrace
("MimeTypeToFormatter: mimeType: " + mimeType);
1080
InternalRemotingServices.
RemotingTrace
("****************************************************\r\n");
1081
InternalRemotingServices.
RemotingTrace
("EXCEPTION THROWN!!!!!! - " + name);
1082
InternalRemotingServices.
RemotingTrace
("\r\n");
1084
InternalRemotingServices.
RemotingTrace
(e.Message);
1085
InternalRemotingServices.
RemotingTrace
("\r\n");
1087
InternalRemotingServices.
RemotingTrace
(e.GetType().FullName);
1088
InternalRemotingServices.
RemotingTrace
("\r\n");
1090
InternalRemotingServices.
RemotingTrace
(e.StackTrace);
1091
InternalRemotingServices.
RemotingTrace
("\r\n");
1092
InternalRemotingServices.
RemotingTrace
("****************************************************\r\n");
channels\core\socketcache.cs (1)
148
InternalRemotingServices.
RemotingTrace
("RemoteConnection::CreateNewSocket: connecting new socket :: " + ipEndPoint);
channels\http\httpchannelhelper.cs (3)
77
InternalRemotingServices.
RemotingTrace
("HTTPChannel.Parse URI in: " + url);
78
InternalRemotingServices.
RemotingTrace
("HTTPChannel.Parse channelURI: " + channelURI);
79
InternalRemotingServices.
RemotingTrace
("HTTPChannel.Parse objectURI: " + objectURI);
channels\http\httpclientchannel.cs (4)
479
InternalRemotingServices.
RemotingTrace
("HttpTransportSenderSink::ProcessMessage");
561
InternalRemotingServices.
RemotingTrace
("HttpClientChannel::SetupWebRequest Message uri is " + msgUri);
585
InternalRemotingServices.
RemotingTrace
("HttpClientChannel::SetupWebRequest FullPath " + fullPath);
666
InternalRemotingServices.
RemotingTrace
("HttpClientTransportSink::SetupWebRequest - Get Http Request Headers");
channels\http\httpremotinghandler.cs (2)
292
InternalRemotingServices.
RemotingTrace
("HttpHandler: Exception thrown...\n");
293
InternalRemotingServices.
RemotingTrace
(e.StackTrace);
channels\http\httpserverchannel.cs (4)
309
InternalRemotingServices.
RemotingTrace
("HttpChannel.StartListening");
348
InternalRemotingServices.
RemotingTrace
("HTTPChannel.StopListening");
439
InternalRemotingServices.
RemotingTrace
( "Waiting to Accept the Socket on Port: " + _port);
448
InternalRemotingServices.
RemotingTrace
("TCPChannel::Listen - tcpListen.Pending() == true");
channels\ipc\ipcclientchannel.cs (2)
279
InternalRemotingServices.
RemotingTrace
("IpcClientChannel::ProcessMessage");
319
InternalRemotingServices.
RemotingTrace
("IpcClientTransportSink::AsyncProcessRequest");
channels\ipc\ipcserverchannel.cs (4)
257
InternalRemotingServices.
RemotingTrace
("IpcChannel.StartListening");
280
InternalRemotingServices.
RemotingTrace
("IpcChannel.StopListening");
293
InternalRemotingServices.
RemotingTrace
( "Waiting to Accept a Connection on Port: " + _portName);
328
InternalRemotingServices.
RemotingTrace
("IpcChannel::Listen");
channels\tcp\tcpclientchannel.cs (2)
388
InternalRemotingServices.
RemotingTrace
("TcpClientTransportSink::ProcessMessage");
410
InternalRemotingServices.
RemotingTrace
("TcpClientTransportSink::AsyncProcessRequest");
channels\tcp\tcpserverchannel.cs (3)
317
InternalRemotingServices.
RemotingTrace
("HTTPChannel.StartListening");
341
InternalRemotingServices.
RemotingTrace
("HTTPChannel.StopListening");
382
InternalRemotingServices.
RemotingTrace
("TCPChannel::Listen - tcpListen.Pending() == true");