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
屬性值
包含所有繫結的組態區段。
備註
這個區段保存標準和自訂繫結的集合。 各個項目依其唯一名稱識別,而服務會在連結至繫結時使用這個唯一名稱。