1 write to contextProtocol
System.ServiceModel (1)
System\ServiceModel\Channels\ContextOutputChannel.cs (1)
19this.contextProtocol = new ClientContextProtocol(contextExchangeMechanism, this.InnerChannel.Via, this, callbackAddress, contextManagementEnabled);
1 reference to contextProtocol
System.ServiceModel (1)
System\ServiceModel\Channels\ContextOutputChannel.cs (1)
24get { return this.contextProtocol; }