ServiceEndpoint.EndpointBehaviors Propiedad

Definición

Obtiene los comportamientos para el extremo de servicio.

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)

Valor de propiedad

KeyedCollection<Type,IEndpointBehavior>

Comportamientos del extremo para el servicio.

Se aplica a