2 writes to ContextExchangeMechanism
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (2)
52this.ContextExchangeMechanism = contextExchangeMechanism; 61this.ContextExchangeMechanism = other.ContextExchangeMechanism;
6 references to ContextExchangeMechanism
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (4)
61this.ContextExchangeMechanism = other.ContextExchangeMechanism; 136|| (typeof(TChannel) == typeof(IDuplexSessionChannel) && this.ContextExchangeMechanism != ContextExchangeMechanism.HttpCookie)) 178if (this.ContextExchangeMechanism != other.ContextExchangeMechanism)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (2)
127if (allowCookies && contextBindingElement.ContextExchangeMechanism == ContextExchangeMechanism.HttpCookie 128|| !allowCookies && contextBindingElement.ContextExchangeMechanism == ContextExchangeMechanism.ContextSoapHeader)