Share via


StandardEndpointsSection.Item[String] Propiedad

Definición

Devuelve una colección de elementos de extremo que contiene el extremo 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

Nombre de un punto de conexión.

Valor de propiedad

EndpointCollectionElement

Elemento de colección de extremos.

Se aplica a