StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration>.ConfiguredEndpoints 属性

定义

获取当前标准终结点元素的集合的只读版本。

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)

属性值

终结点元素的只读集合。

适用于