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