ServiceEndpoint.EndpointBehaviors Property

Definition

Gets the endpoint behaviors for the service.

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)

Property Value

The endpoint behaviors for the service.

Applies to