IBindingConfigurationElement Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the basic configuration settings for a binding element.
public interface class IBindingConfigurationElement
public interface IBindingConfigurationElement
type IBindingConfigurationElement = interface
Public Interface IBindingConfigurationElement
- Derived
Properties
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. |
Methods
ApplyConfiguration(Binding) |
Applies the content of the specified binding to this binding configuration section. |