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