1 write to protocolId
System.ServiceModel.WasHosting (1)
System\ServiceModel\WasHosting\BaseProcessProtocolHandler.cs (1)
31
this.
protocolId
= protocolId;
5 references to protocolId
System.ServiceModel.WasHosting (5)
System\ServiceModel\WasHosting\BaseProcessProtocolHandler.cs (5)
71
Debug.Print("BaseProcessProtocolHandler.StartListenerChannel() calling StartAppDomainProtocolListenerChannel(appKey:" + listenerChannelContext.AppKey + " protocolId:" +
protocolId
+ ")");
72
adphManager.StartAppDomainProtocolListenerChannel(listenerChannelContext.AppKey,
protocolId
, listenerChannelCallback);
89
Debug.Print("BaseProcessProtocolHandler.StopProtocol(protocolId:" +
protocolId
+ ", immediate:" + immediate + ")");
94
Debug.Print("BaseProcessProtocolHandler.StopListenerChannel(protocolId:" +
protocolId
+ ", listenerChannelId:" + listenerChannelId + ", immediate:" + immediate + ")");
96
adphManager.StopAppDomainProtocolListenerChannel(listenerChannelContext.AppKey,
protocolId
, listenerChannelId, immediate);