5 references to NetTcpContextBindingElement
System.ServiceModel (4)
System\ServiceModel\Configuration\NetTcpContextBindingCollectionElement.cs (1)
11
public class NetTcpContextBindingCollectionElement : StandardBindingCollectionElement<NetTcpContextBinding,
NetTcpContextBindingElement
>
System\ServiceModel\Configuration\NetTcpContextBindingElement.cs (2)
66
SetPropertyValueIfNotDefaultValue(
NetTcpContextBindingElement
.ContextManagementEnabledName, netTcpContextBinding.ContextManagementEnabled);
67
SetPropertyValueIfNotDefaultValue(
NetTcpContextBindingElement
.ContextProtectionLevelName, netTcpContextBinding.ContextProtectionLevel);
System\ServiceModel\NetTcpContextBinding.cs (1)
129
NetTcpContextBindingElement
element = section.Bindings[configurationName];
System.WorkflowServices (1)
AssemblyInfo.cs (1)
21
[assembly: TypeForwardedTo(typeof(System.ServiceModel.Configuration.
NetTcpContextBindingElement
))]