BindingsSection::BasicHttpBinding Property

 

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

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

public:
[ConfigurationPropertyAttribute("basicHttpBinding", Options = ConfigurationPropertyOptions::None)]
property BasicHttpBindingCollectionElement^ BasicHttpBinding {
	BasicHttpBindingCollectionElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::BasicHttpBindingCollectionElement^

A BasicHttpBindingCollectionElement object that defines the configuration section that contains a collection of BasicHttpBindingElement objects.

.NET Framework
Available since 3.0
Return to top
Show: