ServiceModelSectionGroup::Bindings Property

 

Gets the configuration section that contains all the bindings.

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

public:
property BindingsSection^ Bindings {
	BindingsSection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::BindingsSection^

The configuration section that contains all the bindings.

This section holds a collection of standard and custom bindings. Each entry is identified by its unique name, which is used by services when linking to bindings.

.NET Framework
Available since 3.0
Return to top
Show: