2 writes to ContextProtectionLevel
System.ServiceModel (2)
System\ServiceModel\Configuration\WSHttpContextBindingElement.cs (1)
75
contextBinding.
ContextProtectionLevel
= this.ContextProtectionLevel;
System\ServiceModel\WSHttpContextBinding.cs (1)
144
contextBinding.
ContextProtectionLevel
= contextBindingElement.ProtectionLevel;
3 references to ContextProtectionLevel
System.ServiceModel (3)
System\ServiceModel\Configuration\WSHttpContextBindingElement.cs (1)
67
SetPropertyValueIfNotDefaultValue(WSHttpContextBindingElement.ContextProtectionLevelName, contextBinding.
ContextProtectionLevel
);
System\ServiceModel\WSHttpContextBinding.cs (2)
111
result.Insert(0, new ContextBindingElement(this.
ContextProtectionLevel
, ContextExchangeMechanism.HttpCookie, this.ClientCallbackAddress, this.ContextManagementEnabled));
116
result.Insert(0, new ContextBindingElement(this.
ContextProtectionLevel
, ContextExchangeMechanism.ContextSoapHeader, this.ClientCallbackAddress, this.ContextManagementEnabled));