ServiceEndpoint.EndpointBehaviors Propriété

Définition

Obtient le comportement des points de terminaison du 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)

Valeur de propriété

Comportement des points de terminaison du service.

S’applique à