次の方法で共有


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)

プロパティ値

アプリケーション サービスのパッシブな要求元エンドポイントのコレクション。

適用対象