6 references to Manager
System.ServiceModel (6)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
128get { return (InternalDuplexChannelListener)base.Manager; }
System\ServiceModel\Channels\MsmqInputChannel.cs (1)
16MsmqInputChannelListener listener = this.Manager as MsmqInputChannelListener;
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
215return this.peerNode.InnerNode.BeginSend(this, message, this.via, (ITransportFactorySettings)Manager,
System\ServiceModel\Channels\PeerOutputChannel.cs (1)
156return this.peerNode.InnerNode.BeginSend(this, message, this.via, (ITransportFactorySettings)Manager, timeoutHelper.RemainingTime(), callback, state, this.securityProtocol);
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
200return new DuplexRequestContext(message, this.Manager, this.InnerChannel);
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputChannel.cs (1)
18MsmqIntegrationChannelListener listener = this.Manager as MsmqIntegrationChannelListener;