共用方式為


ServiceModelSectionGroup.Bindings 屬性

定義

取得包含所有繫結的組態區段。

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

屬性值

包含所有繫結的組態區段。

備註

這個區段保存標準和自訂繫結的集合。 各個項目依其唯一名稱識別,而服務會在連結至繫結時使用這個唯一名稱。

適用於