EndpointCollectionElement.ConfiguredEndpoints 属性

定义

在派生类中实现时,提供 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)

属性值

StandardEndpointElement 方法和属性的只读集合。

适用于