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
속성 값
모든 바인딩을 포함하는 구성 섹션입니다.
설명
이 섹션에는 표준 및 사용자 지정 바인딩 컬렉션이 포함됩니다. 각 항목은 고유한 이름으로 식별되며, 이 이름은 서비스에서 바인딩에 링크할 때 사용됩니다.