다음을 통해 공유


ApplicationServiceDescriptor.PassiveRequestorEndpoints 속성

정의

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

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

속성 값

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

적용 대상