1 reference to ContextOutputChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ContextChannelFactory.cs (1)
45
return (TChannel)(object)new
ContextOutputChannel
(this, ((IChannelFactory<IOutputChannel>)this.InnerChannelFactory).CreateChannel(address, via), this.contextExchangeMechanism, this.callbackAddress, this.contextManagementEnabled);