BehaviorsSection.EndpointBehaviors 속성

정의

고유한 name으로 식별되는 엔드포인트 동작 요소인 모든 자식 항목을 가져옵니다.

public:
 property System::ServiceModel::Configuration::EndpointBehaviorElementCollection ^ EndpointBehaviors { System::ServiceModel::Configuration::EndpointBehaviorElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("endpointBehaviors", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.EndpointBehaviorElementCollection EndpointBehaviors { get; }
[<System.Configuration.ConfigurationProperty("endpointBehaviors", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.EndpointBehaviors : System.ServiceModel.Configuration.EndpointBehaviorElementCollection
Public ReadOnly Property EndpointBehaviors As EndpointBehaviorElementCollection

속성 값

EndpointBehaviorElementCollection

고유한 EndpointBehaviorElementCollection으로 식별되는 엔드포인트 동작 요소를 포함하는 name입니다.

특성

적용 대상