2 instantiations of ContextDuplexSessionChannel
System.ServiceModel (2)
System\ServiceModel\Channels\ContextChannelFactory.cs (1)
61return (TChannel)(object)new ContextDuplexSessionChannel(this, ((IChannelFactory<IDuplexSessionChannel>)this.InnerChannelFactory).CreateChannel(address, via), this.contextExchangeMechanism, via, this.callbackAddress, this.contextManagementEnabled);
System\ServiceModel\Channels\ContextChannelListener.cs (1)
96return (TChannel)(object)new ContextDuplexSessionChannel(this, (IDuplexSessionChannel)innerChannel, this.contextExchangeMechanism);