2 writes to contextProtocol
System.ServiceModel (2)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (2)
19
this.
contextProtocol
= new ClientContextProtocol(contextExchangeMechanism, address, this, callbackAddress, contextManagementEnabled);
26
this.
contextProtocol
= new ServiceContextProtocol(contextExchangeMechanism);
1 reference to contextProtocol
System.ServiceModel (1)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
41
get { return this.
contextProtocol
; }