2 writes to ContextProtectionLevel
System.ServiceModel (2)
System\ServiceModel\Configuration\NetTcpContextBindingElement.cs (1)
76
netTcpContextBinding.
ContextProtectionLevel
= this.ContextProtectionLevel;
System\ServiceModel\NetTcpContextBinding.cs (1)
117
contextBinding.
ContextProtectionLevel
= contextBindingElement.ProtectionLevel;
2 references to ContextProtectionLevel
System.ServiceModel (2)
System\ServiceModel\Configuration\NetTcpContextBindingElement.cs (1)
67
SetPropertyValueIfNotDefaultValue(NetTcpContextBindingElement.ContextProtectionLevelName, netTcpContextBinding.
ContextProtectionLevel
);
System\ServiceModel\NetTcpContextBinding.cs (1)
95
result.Insert(0, new ContextBindingElement(this.
ContextProtectionLevel
, ContextExchangeMechanism.ContextSoapHeader, this.ClientCallbackAddress, this.ContextManagementEnabled));