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