次の方法で共有


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)

プロパティ値

アプリケーション サービスのエンドポイントのコレクション。

適用対象