82 references to Print
SMDiagnostics (1)
System\ServiceModel\Diagnostics\SafeEventLogWriteHandle.cs (1)
33Debug.Print("SafeEventLogWriteHandle::RegisterEventSource[" + uncServerName + ", " + sourceName + "] Failed. Last Error: " +
SMSvcHost (42)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (2)
35Debug.Print("ActivatedMessageQueue.ctor(listenerAdapter:" + listenerAdapter + " appKey:" + app.AppKey + " appPoolId:" + app.AppPool.AppPoolId + ")"); 155Debug.Print("ActivatedMessageQueue.Register() listenerChannelId: " + listenerChannelId + " token: " + token + " worker: " + worker.ProcessId);
System\ServiceModel\Activation\App.cs (1)
24Debug.Print("App.ctor(appKey:" + appKey + " path:" + path + " appPoolId:" + appPool.AppPoolId + ")");
System\ServiceModel\Activation\ListenerAdapter.cs (23)
54Debug.Print("ListenerAdapter[" + ProtocolName + "]::Open()"); 74Debug.Print("ListenerAdapter[" + ProtocolName + "]::Close()"); 111Debug.Print("ListenerAdapter[" + ProtocolName + "]::Cleanup()"); 183Debug.Print("ListenerAdapter[" + ProtocolName + "]::CloseAllListenerChannelInstances(" + app.AppKey + ") returned: " + hresult); 214Debug.Print("ListenerAdapter[" + ProtocolName + "]::OnApplicationAppPoolChanged(" + appKey + ", " + appPoolId + ")"); 274Debug.Print("ListenerAdapter[" + ProtocolName + "]::OnApplicationDeleted(" + appKey + ")"); 344Debug.Print("ListenerAdapter[" + ProtocolName + "]::RemoveApp(" + app.AppKey + ")"); 358Debug.Print("ListenerAdapter[" + ProtocolName + "]::OnApplicationBindingsChanged(" + appKey + ")"); 409Debug.Print("ListenerAdapter[" + ProtocolName + "]::RegisterNewBindings(" + app.AppKey + ")"); 420Debug.Print("ListenerAdapter[" + ProtocolName + "]::OnApplicationCreated(" + appKey + ", " + path + ", " + siteId + ", " + appPoolId + ", " + requestsBlocked + ")"); 475Debug.Print("ListenerAdapter[" + ProtocolName + "]::RegisterBindings() bindings#: " + bindings.Length); 497Debug.Print("ListenerAdapter[" + ProtocolName + "]::RegisterBindings() CreateUrlFromBinding(binding: " + binding + " path: " + path + ") failed with UriFormatException: " + exception.Message); 566Debug.Print("ListenerAdapter[" + ProtocolName + "]::OnApplicationPoolAllQueueInstancesStopped(" + appPoolId + ", " + queueId + ")"); 627Debug.Print("ListenerAdapter[" + ProtocolName + "]::OnApplicationPoolCanLaunchQueueInstance(" + appPoolId + ", " + queueId + ")"); 650Debug.Print("ListenerAdapter[" + ProtocolName + "]::OnApplicationPoolCreated(" + appPoolId + ", " + sid + ")"); 667Debug.Print("ListenerAdapter[" + ProtocolName + "]::OnApplicationPoolDeleted(" + appPoolId + ")"); 688Debug.Print("ListenerAdapter[" + ProtocolName + "]::OnApplicationPoolIdentityChanged(" + appPoolId + ", " + sid + ")"); 711Debug.Print("ListenerAdapter[" + ProtocolName + "]::OnApplicationPoolStateChanged(" + appPoolId + ", " + isEnabled + ")"); 733Debug.Print("ListenerAdapter[" + ProtocolName + "]::OnApplicationRequestsBlockedChanged(" + appKey + ", " + requestsBlocked + ")"); 761Debug.Print("ListenerAdapter[" + ProtocolName + "]::OnConfigManagerConnected()"); 780Debug.Print("ListenerAdapter[" + ProtocolName + "]::OnConfigManagerDisconnected(" + hresult + ") isOpen: " + isOpen); 816Debug.Print("ListenerAdapter[" + ProtocolName + "]::WasConnected() timedOut: " + timedOut); 838Debug.Print("ListenerAdapter[" + ProtocolName + "]::OnConfigManagerInitializationCompleted()");
System\ServiceModel\Activation\MessageQueue.cs (5)
134Debug.Print("MessageQueue.Close()"); 174Debug.Print("MessageQueue.CloseCore()"); 550Debug.Print("MessageQueue.OnUnregisterLastWorker() calling Close()"); 556Debug.Print("MessageQueue.Unregister() worker: " + worker.ProcessId); 562Debug.Print("MessageQueue.Unregister() left with workers: " + workers.Count);
System\ServiceModel\Activation\MsmqActivation.cs (2)
579Debug.Print("opening queue: " + this.queueName); 626Debug.Print("MsmqActivation.QueueMonitor.OnPeekCompleted: message available");
System\ServiceModel\Activation\RoutingTable.cs (1)
125Debug.Print("RoutingTable.Lookup(" + uri + ") matched: " + (found == null ? "<NoMatch!>" : found.Uri.ToString()));
System\ServiceModel\Activation\SharingService.cs (2)
172Debug.Print("SharedMemory.Create() sharedMemoryName: " + sharedMemoryName); 176Debug.Print("SharedMemory.Create() exception: " + exception);
System\ServiceModel\Activation\TransportListener.cs (1)
244Debug.Print("TransportListener.OnDupHandle() via: " + session.Via.ToString() + " transportType: " + transportType);
System\ServiceModel\Activation\WorkerProcess.cs (5)
116Debug.Print("WorkerProcess.DispatchSession() failed sending duplicated socket to processId: " + this.ProcessId + " exception:" + exception); 162Debug.Print("WorkerProcess.WorkerProcess_Closed() worker leaving: " + processId + " State: " + ((IDuplexContextChannel)sender).State); 168Debug.Print("WorkerProcess.WorkerProcess_Faulted() worker leaving: " + processId + " State: " + ((IDuplexContextChannel)sender).State); 231Debug.Print("WorkerProcess.Register() unsupported version ourVersion: " + ourVersion + " version: " + version); 348Debug.Print("WorkerProcess.Unregister() processId: " + processId);
System.ServiceModel (18)
System\ServiceModel\Channels\SharedConnectionListener.cs (18)
301Debug.Print("SharedConnectionListener.Dispose()"); 350Debug.Print("SharedListenerProxy.Open() isReconnecting: " + isReconnecting); 539Debug.Print("SharedListenerProxy.Unregister()"); 553Debug.Print("SharedListenerProxy.LookupListenerSid() listenerUniqueSid: " + listenerUniqueSid); 566Debug.Print("SharedListenerProxy.LookupListenerSid() listenerPid: " + listenerPid); 575Debug.Print("SharedListenerProxy.LookupListenerSid() listenerUserSid: " + listenerUserSid); 591Debug.Print("SharedListenerProxy.LookupListenerSid() listenerUniqueSid: " + listenerUniqueSid); 632Debug.Print("SharedListenerProxy.Register() Register returned status: " + status); 661Debug.Print("SharedListenerProxy.HandleAllowDupHandlePermission() myPid: " + myPid); 663Debug.Print("SharedListenerProxy.HandleAllowDupHandlePermission() notNecessary(ServiceRunningAsLocalSystem): " + notNecessary); 679Debug.Print("SharedListenerProxy.HandleAllowDupHandlePermission() myPid: " + myPid + " myUserSid: " + myUserSid.Value); 681Debug.Print("SharedListenerProxy.HandleAllowDupHandlePermission() notNecessary(RunningUnderTheSameAccount): " + notNecessary); 1148Debug.Print("ListenerServiceHelper.HandleServiceStart() service serviceName: " + serviceName + " is in status serviceStatus: " + serviceStatus); 1164Debug.Print("ListenerServiceHelper.HandleServiceStart() failed when reading the shared memory sharedMemoryName: " + sharedMemoryName + " exception: " + exception); 1216Debug.Print("ListenerServiceHelper.HandleServiceStart() service serviceName: " + serviceName + " is in status serviceStatus: " + serviceStatus); 1223Debug.Print("ListenerServiceHelper.HandleServiceStart() final, service serviceName: " + serviceName + " is in status serviceStatus: " + serviceStatus); 1241Debug.Print("ListenerServiceHelper.HandleServiceStart() final, failed when reading the shared memory sharedMemoryName: " + sharedMemoryName + " exception: " + exception); 1249Debug.Print("ListenerServiceHelper.ExitServiceStatus() pollMin: " + pollMin + " pollMax: " + pollMax + " exit serviceStatus: " + status);
System.ServiceModel.Activation (6)
System\ServiceModel\Activation\HostedNamedPipeTransportManager.cs (1)
132Debug.Print("HostedNamedPipeTransportManager.OnVia() address: " + address + " calling EnsureServiceAvailable()");
System\ServiceModel\Activation\HostedTcpTransportManager.cs (1)
58Debug.Print("HostedTcpTransportManager.OnVia() address: " + address + " calling EnsureServiceAvailable()");
System\ServiceModel\Activation\HostedTransportConfigurationManager.cs (2)
215Debug.Print("HostedTransportConfigurationManager.AddHostedTransportConfigurationIis7() found TransportConfigurationTypes for protocol: " + protocol + " name: " + element.TransportConfigurationType); 230Debug.Print("HostedTransportConfigurationManager.AddHostedTransportConfigurationIis7() caught exception: " + exception);
System\ServiceModel\Activation\HttpHostedTransportConfiguration.cs (1)
103Debug.Print(message);
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1445Debug.Print(message);
System.ServiceModel.Internals (1)
System\Runtime\Interop\SafeEventLogWriteHandle.cs (1)
32Debug.Print("SafeEventLogWriteHandle::RegisterEventSource[" + uncServerName + ", " + sourceName + "] Failed. Last Error: " +
System.ServiceModel.WasHosting (14)
System\ServiceModel\WasHosting\BaseAppDomainProtocolHandler.cs (7)
66Debug.Print("BaseAppDomainProtocolHandler.StartListenerChannel()"); 78Debug.Print("BaseAppDomainProtocolHandler.StartListenerChannel() GetBlob() contains " + listenerChannelDataLength + " bytes"); 82Debug.Print("BaseAppDomainProtocolHandler.StartListenerChannel() calling OnStart()"); 92Debug.Print("BaseAppDomainProtocolHandler.StartListenerChannel() called ReportStarted()"); 96Debug.Print("BaseAppDomainProtocolHandler.StartListenerChannel() failed in OnStart():\r\n" + exception); 114Debug.Print("BaseAppDomainProtocolHandler.StopProtocol() immediate: " + immediate + " calling ReportStopped()"); 122Debug.Print("BaseAppDomainProtocolHandler.StopListenerChannel() listenerChannelId: " + listenerChannelId + " immediate: " + immediate + " calling ReportStopped()");
System\ServiceModel\WasHosting\BaseProcessProtocolHandler.cs (3)
56Debug.Print("BaseProcessProtocolHandler.StartListenerChannel() GetBlob() contains " + listenerChannelDataLength + " bytes"); 89Debug.Print("BaseProcessProtocolHandler.StopProtocol(protocolId:" + protocolId + ", immediate:" + immediate + ")"); 94Debug.Print("BaseProcessProtocolHandler.StopListenerChannel(protocolId:" + protocolId + ", listenerChannelId:" + listenerChannelId + ", immediate:" + immediate + ")");
System\ServiceModel\WasHosting\MetabaseSettingsIis7.cs (4)
135Debug.Print("MetabaseSettingsIis7.CreateTransportSettings() calling ServerManager.GetWebConfiguration() virtualPath: " + relativeVirtualPath); 326Debug.Print("MetabaseSettingsIis7.ctor() adding Protocol: " + protocol + " BindingInformation: " + bindingInformation); 472Debug.Print("MetabaseSettingsIis7.CreateTransportSettings() calling ServerManager.GetWebConfiguration() virtualPath: " + relativeVirtualPath); 659Debug.Print("MetabaseSettingsIis7V2.ctor() adding Protocol: " + protocol + " BindingInformation: " + bindingInformation);