Share via


ServiceEndpoint.EndpointBehaviors 속성

정의

서비스에 대한 엔드포인트 동작을 가져옵니다.

public:
 property System::Collections::ObjectModel::KeyedCollection<Type ^, System::ServiceModel::Description::IEndpointBehavior ^> ^ EndpointBehaviors { System::Collections::ObjectModel::KeyedCollection<Type ^, System::ServiceModel::Description::IEndpointBehavior ^> ^ get(); };
public System.Collections.ObjectModel.KeyedCollection<Type,System.ServiceModel.Description.IEndpointBehavior> EndpointBehaviors { get; }
member this.EndpointBehaviors : System.Collections.ObjectModel.KeyedCollection<Type, System.ServiceModel.Description.IEndpointBehavior>
Public ReadOnly Property EndpointBehaviors As KeyedCollection(Of Type, IEndpointBehavior)

속성 값

KeyedCollection<Type,IEndpointBehavior>

서비스에 대한 엔드포인트 동작입니다.

적용 대상