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