ServiceEndpoint::Behaviors Property
Gets the behaviors for the service endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property KeyedByTypeCollection<IEndpointBehavior^>^ Behaviors { KeyedByTypeCollection<IEndpointBehavior^>^ get(); }
Property Value
Type: System.Collections.Generic::KeyedByTypeCollection<IEndpointBehavior^>^The KeyedByTypeCollection<TItem> of type IEndpointBehavior that contains the behaviors specified for the service endpoint.
The type of behavior that is accessible from the description hierarchy is scoped to the specific level. From the ServiceEndpoint the IEndpointBehavior is accessible.
If you want access to the IContractBehavior associated with an endpoint, you can obtain the contact for the endpoint using the Contract property. Then call the Behaviors property to obtain the KeyedByTypeCollection<TItem> of the IContractBehavior objects associated with the endpoint.
Available since 3.0
Silverlight
Available since 4.0