Share via


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

속성 값

BindingsSection

모든 바인딩을 포함하는 구성 섹션입니다.

설명

이 섹션에는 표준 및 사용자 지정 바인딩 컬렉션이 포함됩니다. 각 항목은 고유한 이름으로 식별되며, 이 이름은 서비스에서 바인딩에 링크할 때 사용됩니다.

적용 대상