1 instantiation of NetHttpBinding
System.ServiceModel (1)
System\ServiceModel\NetHttpBinding.cs (1)
260NetHttpBinding netHttpBinding = new NetHttpBinding(security);
9 references to NetHttpBinding
System.ServiceModel (9)
System\ServiceModel\Channels\StandardBindingImporter.cs (1)
49else if (NetHttpBinding.TryCreate(elements, out binding))
System\ServiceModel\Configuration\NetHttpBindingCollectionElement.cs (1)
10public partial class NetHttpBindingCollectionElement : StandardBindingCollectionElement<NetHttpBinding, NetHttpBindingElement>
System\ServiceModel\Configuration\NetHttpBindingElement.cs (5)
59get { return typeof(NetHttpBinding); } 65NetHttpBinding netHttpBinding = (NetHttpBinding)binding; 76NetHttpBinding netHttpBinding = (NetHttpBinding)binding;
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
1080(binding is NetHttpBinding) ||
System\ServiceModel\NetHttpBinding.cs (1)
260NetHttpBinding netHttpBinding = new NetHttpBinding(security);