EndpointCollectionElement.ConfiguredEndpoints Propriedade

Definição

Quando implementado em uma classe derivada, fornece uma coleção somente leitura de métodos e propriedades StandardEndpointElement.

public:
 abstract property System::Collections::ObjectModel::ReadOnlyCollection<System::ServiceModel::Configuration::StandardEndpointElement ^> ^ ConfiguredEndpoints { System::Collections::ObjectModel::ReadOnlyCollection<System::ServiceModel::Configuration::StandardEndpointElement ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.ServiceModel.Configuration.StandardEndpointElement> ConfiguredEndpoints { get; }
member this.ConfiguredEndpoints : System.Collections.ObjectModel.ReadOnlyCollection<System.ServiceModel.Configuration.StandardEndpointElement>
Public MustOverride ReadOnly Property ConfiguredEndpoints As ReadOnlyCollection(Of StandardEndpointElement)

Valor da propriedade

ReadOnlyCollection<StandardEndpointElement>

Uma coleção somente leitura de StandardEndpointElement métodos e propriedades.

Aplica-se a