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