4 instantiations of ClientContextProtocol
System.ServiceModel (4)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
19
this.contextProtocol = new
ClientContextProtocol
(contextExchangeMechanism, address, this, callbackAddress, contextManagementEnabled);
System\ServiceModel\Channels\ContextOutputChannel.cs (1)
19
this.contextProtocol = new
ClientContextProtocol
(contextExchangeMechanism, this.InnerChannel.Via, this, callbackAddress, contextManagementEnabled);
System\ServiceModel\Channels\ContextOutputSessionChannel.cs (1)
19
this.contextProtocol = new
ClientContextProtocol
(contextExchangeMechanism, this.InnerChannel.Via, this, callbackAddress, contextManagementEnabled);
System\ServiceModel\Channels\ContextRequestChannelBase.cs (1)
19
this.contextProtocol = new
ClientContextProtocol
(contextExchangeMechanism, innerChannel.Via, this, callbackAddress, contextManagementEnabled);
3 references to ClientContextProtocol
System.ServiceModel (3)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
46
get { return this.ContextProtocol is
ClientContextProtocol
; }
System\ServiceModel\Channels\ContextOutputChannel.cs (1)
13
ClientContextProtocol
contextProtocol;
System\ServiceModel\Channels\ContextOutputSessionChannel.cs (1)
13
ClientContextProtocol
contextProtocol;