Compartilhar via


StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration>.ConfiguredEndpoints Propriedade

Definição

Obtém uma versão somente leitura da coleção atual de elementos de ponto de extremidade padrão.

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

Valor da propriedade

ReadOnlyCollection<StandardEndpointElement>

Uma coleção somente leitura de elementos de ponto de extremidade.

Aplica-se a