1 write to ContextProtectionLevel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
131
contextBinding.
ContextProtectionLevel
= contextBindingElement.ProtectionLevel;
2 references to ContextProtectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (2)
98
result.Insert(0, new ContextBindingElement(this.
ContextProtectionLevel
, ContextExchangeMechanism.HttpCookie, this.ClientCallbackAddress, this.ContextManagementEnabled));
103
result.Insert(0, new ContextBindingElement(this.
ContextProtectionLevel
, ContextExchangeMechanism.ContextSoapHeader, this.ClientCallbackAddress, this.ContextManagementEnabled));