IBindingConfigurationElement インターフェイス

定義

バインド要素の基本的な構成設定を提供します。

public interface class IBindingConfigurationElement
public interface IBindingConfigurationElement
type IBindingConfigurationElement = interface
Public Interface IBindingConfigurationElement
派生

プロパティ

名前 説明
CloseTimeout

閉じる操作が完了するまでに指定された時間間隔を取得します。

Name

バインディングの名前を取得します。

OpenTimeout

開いている操作が完了するまでに指定された時間間隔を取得します。

ReceiveTimeout

受信操作が完了するまでに指定された時間間隔を取得します。

SendTimeout

送信操作が完了するまでに指定された時間間隔を取得します。

メソッド

名前 説明
ApplyConfiguration(Binding)

指定したバインディングの内容をこのバインド構成セクションに適用します。

適用対象