BindingsSection::WS2007HttpBinding Property

 

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

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

public:
[ConfigurationPropertyAttribute("ws2007HttpBinding", Options = ConfigurationPropertyOptions::None)]
property WS2007HttpBindingCollectionElement^ WS2007HttpBinding {
	WS2007HttpBindingCollectionElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::WS2007HttpBindingCollectionElement^

The configuration element that contains a collection of WS2007HttpBindingElement objects.

.NET Framework
Available since 3.0
Return to top
Show: