20 references to IListenerChannelCallback
System.ServiceModel.WasHosting (7)
System\ServiceModel\WasHosting\BaseAppDomainProtocolHandler.cs (3)
26IListenerChannelCallback listenerChannelCallback; 50IListenerChannelCallback callback = this.listenerChannelCallback; 64public override void StartListenerChannel(IListenerChannelCallback listenerChannelCallback)
System\ServiceModel\WasHosting\BaseProcessProtocolHandler.cs (2)
34internal virtual void HandleStartListenerChannelError(IListenerChannelCallback listenerChannelCallback, Exception ex) 42public override void StartListenerChannel(IListenerChannelCallback listenerChannelCallback, IAdphManager adphManager)
System\ServiceModel\WasHosting\MsmqIntegrationProcessProtocolHandler.cs (1)
22internal override void HandleStartListenerChannelError(IListenerChannelCallback listenerChannelCallback, Exception ex)
System\ServiceModel\WasHosting\MsmqProcessProtocolHandler.cs (1)
22internal override void HandleStartListenerChannelError(IListenerChannelCallback listenerChannelCallback, Exception ex)
System.Web (13)
Hosting\AppDomainProtocolHandler.cs (1)
24public abstract void StartListenerChannel(IListenerChannelCallback listenerChannelCallback);
Hosting\ProcessHost.cs (11)
75IListenerChannelCallback listenerChannelCallback); 94IListenerChannelCallback listenerChannelCallback); 456public void StartProcessProtocolListenerChannel(String protocolId, IListenerChannelCallback listenerChannelCallback) { 561public void StartAppDomainProtocolListenerChannel(String appId, String protocolId, IListenerChannelCallback listenerChannelCallback) { 1324internal void StartListenerChannel( AppDomainProtocolHandler handler, IListenerChannelCallback listenerCallback ) { 1328IListenerChannelCallback unwrappedProxy = MarshalComProxy(listenerCallback); 1336internal IListenerChannelCallback MarshalComProxy(IListenerChannelCallback defaultDomainCallback) { 1337IListenerChannelCallback localProxy = null; 1350Guid g = typeof(IListenerChannelCallback).GUID; 1359localProxy = (IListenerChannelCallback)Marshal.GetObjectForIUnknown(ppv);
Hosting\ProcessProtocolHandler.cs (1)
23public abstract void StartListenerChannel(IListenerChannelCallback listenerChannelCallback, IAdphManager AdphManager);