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