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 标识的终结点行为元素。

属性

适用于