StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration>.ConfiguredEndpoints Propriedade

Definição

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

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 de Propriedade

Uma coleção de apenas leitura de elementos do endpoint.

Aplica-se a