1 write to contextExchangeMechanism
System.ServiceModel (1)
System\ServiceModel\Channels\ContextChannelListener.cs (1)
31
this.
contextExchangeMechanism
= contextExchangeMechanism;
5 references to contextExchangeMechanism
System.ServiceModel (5)
System\ServiceModel\Channels\ContextChannelListener.cs (5)
80
return (TChannel)(object)new ContextInputChannel(this, (IInputChannel)innerChannel, this.
contextExchangeMechanism
);
84
return (TChannel)(object)new ContextInputSessionChannel(this, (IInputSessionChannel)innerChannel, this.
contextExchangeMechanism
);
88
return (TChannel)(object)new ContextReplyChannel(this, (IReplyChannel)innerChannel, this.
contextExchangeMechanism
);
92
return (TChannel)(object)new ContextReplySessionChannel(this, (IReplySessionChannel)innerChannel, this.
contextExchangeMechanism
);
96
return (TChannel)(object)new ContextDuplexSessionChannel(this, (IDuplexSessionChannel)innerChannel, this.
contextExchangeMechanism
);