다음을 통해 공유


DiscoveryServiceExtension.PublishedEndpoints 속성

정의

게시된 엔드포인트의 읽기 전용 컬렉션을 가져옵니다.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::ServiceModel::Discovery::EndpointDiscoveryMetadata ^> ^ PublishedEndpoints { System::Collections::ObjectModel::ReadOnlyCollection<System::ServiceModel::Discovery::EndpointDiscoveryMetadata ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.ServiceModel.Discovery.EndpointDiscoveryMetadata> PublishedEndpoints { get; }
member this.PublishedEndpoints : System.Collections.ObjectModel.ReadOnlyCollection<System.ServiceModel.Discovery.EndpointDiscoveryMetadata>
Public ReadOnly Property PublishedEndpoints As ReadOnlyCollection(Of EndpointDiscoveryMetadata)

속성 값

ReadOnlyCollection<EndpointDiscoveryMetadata>

게시된 엔드포인트의 읽기 전용 컬렉션입니다.

설명

속성은 ServiceHost를 성공적으로 연 후에만 액세스해야 합니다. ServiceHostOpening 상태인 경우 EndpointDiscoveryMetadata가 생성되어 컬렉션에 추가됩니다.

적용 대상