This documentation is archived and is not being maintained.
IBindingConfigurationElement Interface
Visual Studio 2010
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
