5 references to ContextSoapHeader
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (1)
16internal const ContextExchangeMechanism DefaultContextExchangeMechanism = ContextExchangeMechanism.ContextSoapHeader;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextExchangeMechanismHelper.cs (1)
13return value == ContextExchangeMechanism.ContextSoapHeader ||
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpContextBinding.cs (1)
74result.Insert(0, new ContextBindingElement(this.ContextProtectionLevel, ContextExchangeMechanism.ContextSoapHeader, this.ClientCallbackAddress, this.ContextManagementEnabled));
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (2)
103result.Insert(0, new ContextBindingElement(this.ContextProtectionLevel, ContextExchangeMechanism.ContextSoapHeader, this.ClientCallbackAddress, this.ContextManagementEnabled)); 128|| !allowCookies && contextBindingElement.ContextExchangeMechanism == ContextExchangeMechanism.ContextSoapHeader)