EndpointCollectionElement.ConfiguredEndpoints 属性
定义
在派生类中实现时,提供 StandardEndpointElement 方法和属性的只读集合。When implemented in a derived class, provides a read-only collection of StandardEndpointElement methods and properties.
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 方法和属性的只读集合。A read-only collection of StandardEndpointElement methods and properties.