5 references to NetTcpContextBindingCollectionElement
System.ServiceModel (4)
System\ServiceModel\Configuration\NetTcpContextBindingCollectionElement.cs (2)
20
internal static
NetTcpContextBindingCollectionElement
GetBindingCollectionElement()
22
return (
NetTcpContextBindingCollectionElement
) ConfigurationHelpers.GetBindingCollectionElement(netTcpContextBindingName);
System\ServiceModel\NetTcpContextBinding.cs (2)
128
NetTcpContextBindingCollectionElement
section =
NetTcpContextBindingCollectionElement
.GetBindingCollectionElement();
System.WorkflowServices (1)
AssemblyInfo.cs (1)
20
[assembly: TypeForwardedTo(typeof(System.ServiceModel.Configuration.
NetTcpContextBindingCollectionElement
))]