7 references to ContextExchangeMechanism
System.ServiceModel (7)
System\ServiceModel\Channels\ClientContextProtocol.cs (5)
87
if (this.
ContextExchangeMechanism
== ContextExchangeMechanism.HttpCookie)
134
if (this.
ContextExchangeMechanism
== ContextExchangeMechanism.ContextSoapHeader)
146
else if (this.
ContextExchangeMechanism
== ContextExchangeMechanism.HttpCookie)
172
if (this.
ContextExchangeMechanism
!= ContextExchangeMechanism.ContextSoapHeader)
192
if (this.
ContextExchangeMechanism
== ContextExchangeMechanism.HttpCookie)
System\ServiceModel\Channels\ServiceContextProtocol.cs (2)
28
if (this.
ContextExchangeMechanism
== ContextExchangeMechanism.HttpCookie)
58
if (this.
ContextExchangeMechanism
== ContextExchangeMechanism.HttpCookie)