1 write to contextExchangeMechanism
System.ServiceModel (1)
System\ServiceModel\Channels\ContextBindingElement.cs (1)
88
this.
contextExchangeMechanism
= value;
4 references to contextExchangeMechanism
System.ServiceModel (4)
System\ServiceModel\Channels\ContextBindingElement.cs (4)
80
return this.
contextExchangeMechanism
;
287
wmiInstance.SetProperty("ContextExchangeMechanism", this.
contextExchangeMechanism
.ToString());
329
&& this.
contextExchangeMechanism
== ContextExchangeMechanism.HttpCookie
343
if (context.Binding != null && this.
contextExchangeMechanism
== ContextExchangeMechanism.HttpCookie)