ServiceModelSectionGroup.Bindings プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべてのバインディングを含む構成セクションを取得します。
public:
property System::ServiceModel::Configuration::BindingsSection ^ Bindings { System::ServiceModel::Configuration::BindingsSection ^ get(); };
public System.ServiceModel.Configuration.BindingsSection Bindings { get; }
member this.Bindings : System.ServiceModel.Configuration.BindingsSection
Public ReadOnly Property Bindings As BindingsSection
プロパティ値
すべてのバインディングを含む構成セクション。
注釈
このセクションには、標準バインディングおよびカスタム バインドのコレクションが保持されます。 各エントリは、バインディングにリンクするときにサービスが使用する一意の名前で識別されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET