4 references to ClientContextProtocol
System.ServiceModel (4)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
19this.contextProtocol = new ClientContextProtocol(contextExchangeMechanism, address, this, callbackAddress, contextManagementEnabled);
System\ServiceModel\Channels\ContextOutputChannel.cs (1)
19this.contextProtocol = new ClientContextProtocol(contextExchangeMechanism, this.InnerChannel.Via, this, callbackAddress, contextManagementEnabled);
System\ServiceModel\Channels\ContextOutputSessionChannel.cs (1)
19this.contextProtocol = new ClientContextProtocol(contextExchangeMechanism, this.InnerChannel.Via, this, callbackAddress, contextManagementEnabled);
System\ServiceModel\Channels\ContextRequestChannelBase.cs (1)
19this.contextProtocol = new ClientContextProtocol(contextExchangeMechanism, innerChannel.Via, this, callbackAddress, contextManagementEnabled);