BindingsSection::GetSection Method (Configuration^)
.NET Framework (current version)
Gets the configuration setting of a section from the specified configuration file.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- config
-
Type:
System.Configuration::Configuration^
A configuration file.
Return Value
Type: System.ServiceModel.Configuration::BindingsSection^A BindingsSection with the settings retrieved from the specified file.
| Exception | Condition |
|---|---|
| ArgumentNullException | config is null or empty. |
.NET Framework
Available since 3.0
Available since 3.0
Show: