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