다음을 통해 공유


ApplicationServiceDescriptor.Endpoints 속성

정의

이 애플리케이션 서비스의 엔드포인트를 가져옵니다.

public:
 property System::Collections::Generic::ICollection<System::IdentityModel::Protocols::WSTrust::EndpointReference ^> ^ Endpoints { System::Collections::Generic::ICollection<System::IdentityModel::Protocols::WSTrust::EndpointReference ^> ^ get(); };
public System.Collections.Generic.ICollection<System.IdentityModel.Protocols.WSTrust.EndpointReference> Endpoints { get; }
member this.Endpoints : System.Collections.Generic.ICollection<System.IdentityModel.Protocols.WSTrust.EndpointReference>
Public ReadOnly Property Endpoints As ICollection(Of EndpointReference)

속성 값

애플리케이션 서비스에 대한 엔드포인트의 컬렉션입니다.

적용 대상