IBindingConfigurationElement Interface

Definition

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.

Applies to