BindingsSection::NetHttpBinding Property

.NET Framework (current version)
 

Gets the configuration element that contains a collection of NetHttpBindingElement objects.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("netHttpBinding", Options = ConfigurationPropertyOptions::None)]
property NetHttpBindingCollectionElement^ NetHttpBinding {
	NetHttpBindingCollectionElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::NetHttpBindingCollectionElement^

A NetHttpBindingCollectionElement object that defines the configuration section that contains a collection of NetHttpBindingElement objects.

.NET Framework
Available since 4.5
Return to top
Show: