Compartilhar via


StandardEndpointsSection.Item[String] Propriedade

Definição

Retorna uma coleção de elemento de ponto de extremidade que contém o ponto de extremidade especificado.

public:
 property System::ServiceModel::Configuration::EndpointCollectionElement ^ default[System::String ^] { System::ServiceModel::Configuration::EndpointCollectionElement ^ get(System::String ^ endpoint); };
public System.ServiceModel.Configuration.EndpointCollectionElement this[string endpoint] { get; }
member this.Item(string) : System.ServiceModel.Configuration.EndpointCollectionElement
Default Public ReadOnly Property Item(endpoint As String) As EndpointCollectionElement

Parâmetros

endpoint
String

Um nome de um ponto de extremidade.

Valor da propriedade

EndpointCollectionElement

Um elemento de coleção de pontos de extremidade.

Aplica-se a