4 instantiations of 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);
3 references to ClientContextProtocol
System.ServiceModel (3)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
46get { return this.ContextProtocol is ClientContextProtocol; }
System\ServiceModel\Channels\ContextOutputChannel.cs (1)
13ClientContextProtocol contextProtocol;
System\ServiceModel\Channels\ContextOutputSessionChannel.cs (1)
13ClientContextProtocol contextProtocol;