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