IBindingConfigurationElement Interface
.NET Framework 4.5
Provides the basic configuration settings for a binding element.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The IBindingConfigurationElement type exposes the following members.
| 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 | Applies the content of the specified binding to this binding configuration section. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
