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)

属性值

应用程序服务的终结点的集合。

适用于