다음을 통해 공유


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)

속성 값

ReadOnlyCollection<StandardEndpointElement>

StandardEndpointElement 메서드 및 속성의 읽기 전용 컬렉션입니다.

적용 대상