1 write to ProtocolName
SMSvcHost (1)
System\ServiceModel\Activation\ListenerAdapterBase.cs (1)
61
this.
ProtocolName
= protocolName;
32 references to ProtocolName
SMSvcHost (32)
System\ServiceModel\Activation\ListenerAdapter.cs (31)
54
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::Open()");
74
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::Close()");
111
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::Cleanup()");
183
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::CloseAllListenerChannelInstances(" + app.AppKey + ") returned: " + hresult);
214
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::OnApplicationAppPoolChanged(" + appKey + ", " + appPoolId + ")");
274
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::OnApplicationDeleted(" + appKey + ")");
344
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::RemoveApp(" + app.AppKey + ")");
358
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::OnApplicationBindingsChanged(" + appKey + ")");
409
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::RegisterNewBindings(" + app.AppKey + ")");
420
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::OnApplicationCreated(" + appKey + ", " + path + ", " + siteId + ", " + appPoolId + ", " + requestsBlocked + ")");
475
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::RegisterBindings() bindings#: " + bindings.Length);
483
if (string.Compare(this.
ProtocolName
, protocol, StringComparison.OrdinalIgnoreCase) != 0)
486
SR.GetString(SR.LAProtocolMismatch, protocol, path, this.
ProtocolName
)));
492
baseAddresses[i] = BaseUriWithWildcard.CreateHostedUri(
ProtocolName
, binding, path);
493
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::RegisterBindings() CreateUrlFromBinding(binding: " + binding + " path: " + path + ") returned baseAddress: " + baseAddresses[i]);
497
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::RegisterBindings() CreateUrlFromBinding(binding: " + binding + " path: " + path + ") failed with UriFormatException: " + exception.Message);
526
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::RegisterBindings() registering baseAddress: " + baseAddresses[i] + " with queue returned: " + status);
549
ProtocolName
,
566
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::OnApplicationPoolAllQueueInstancesStopped(" + appPoolId + ", " + queueId + ")");
627
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::OnApplicationPoolCanLaunchQueueInstance(" + appPoolId + ", " + queueId + ")");
650
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::OnApplicationPoolCreated(" + appPoolId + ", " + sid + ")");
667
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::OnApplicationPoolDeleted(" + appPoolId + ")");
688
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::OnApplicationPoolIdentityChanged(" + appPoolId + ", " + sid + ")");
711
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::OnApplicationPoolStateChanged(" + appPoolId + ", " + isEnabled + ")");
733
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::OnApplicationRequestsBlockedChanged(" + appKey + ", " + requestsBlocked + ")");
761
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::OnConfigManagerConnected()");
780
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::OnConfigManagerDisconnected(" + hresult + ") isOpen: " + isOpen);
816
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::WasConnected() timedOut: " + timedOut);
838
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::OnConfigManagerInitializationCompleted()");
851
Debug.Print("ListenerAdapter[" +
ProtocolName
+ "]::ListenerAdapter.OpenListenerChannelInstance(appPoolId:" + queue.App.AppPool.AppPoolId + " appKey:" + queue.ListenerChannelContext.AppKey + " queueId:" + queue.ListenerChannelContext.ListenerChannelId + ")");
913
this.
ProtocolName
,
System\ServiceModel\Activation\ListenerAdapterBase.cs (1)
273
hresult = webhostRegisterProtocol(
ProtocolName
, ref listenerCallbacks, IntPtr.Zero, out protocolHandle);