BindingsSection::CustomBinding Property

 

Gets the configuration section that provides full control over the messaging stack for the user.

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

public:
[ConfigurationPropertyAttribute("customBinding", Options = ConfigurationPropertyOptions::None)]
property CustomBindingCollectionElement^ CustomBinding {
	CustomBindingCollectionElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::CustomBindingCollectionElement^

A CustomBindingCollectionElement object that contains a collection of custom binding elements.

.NET Framework
Available since 3.0
Return to top
Show: