1 write to contextExchangeMechanism
System.ServiceModel (1)
System\ServiceModel\Channels\ContextChannelFactory.cs (1)
28
this.
contextExchangeMechanism
= contextExchangeMechanism;
5 references to contextExchangeMechanism
System.ServiceModel (5)
System\ServiceModel\Channels\ContextChannelFactory.cs (5)
45
return (TChannel)(object)new ContextOutputChannel(this, ((IChannelFactory<IOutputChannel>)this.InnerChannelFactory).CreateChannel(address, via), this.
contextExchangeMechanism
, this.callbackAddress, this.contextManagementEnabled);
49
return (TChannel)(object)new ContextOutputSessionChannel(this, ((IChannelFactory<IOutputSessionChannel>)this.InnerChannelFactory).CreateChannel(address, via), this.
contextExchangeMechanism
, this.callbackAddress, this.contextManagementEnabled);
53
return (TChannel)(object)new ContextRequestChannel(this, ((IChannelFactory<IRequestChannel>)this.InnerChannelFactory).CreateChannel(address, via), this.
contextExchangeMechanism
, this.callbackAddress, this.contextManagementEnabled);
57
return (TChannel)(object)new ContextRequestSessionChannel(this, ((IChannelFactory<IRequestSessionChannel>)this.InnerChannelFactory).CreateChannel(address, via), this.
contextExchangeMechanism
, this.callbackAddress, this.contextManagementEnabled);
61
return (TChannel)(object)new ContextDuplexSessionChannel(this, ((IChannelFactory<IDuplexSessionChannel>)this.InnerChannelFactory).CreateChannel(address, via), this.
contextExchangeMechanism
, via, this.callbackAddress, this.contextManagementEnabled);