IBindingConfigurationElement Interface
.NET Framework (current version)
Provides the basic configuration settings for a binding element.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | CloseTimeout | Gets the interval of time provided for a close operation to complete. |
![]() | Name | Gets the name of the binding. |
![]() | OpenTimeout | Gets the interval of time provided for an open operation to complete. |
![]() | ReceiveTimeout | Gets the interval of time provided for a receive operation to complete. |
![]() | SendTimeout | Gets the interval of time provided for a send operation to complete. |
| Name | Description | |
|---|---|---|
![]() | ApplyConfiguration(Binding^) | Applies the content of the specified binding to this binding configuration section. |
.NET Framework
Available since 3.0
Available since 3.0
Show:

