ApplicationServiceDescriptor 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義應用程式服務描述元及其端點。
public ref class ApplicationServiceDescriptor : System::IdentityModel::Metadata::WebServiceDescriptor
public class ApplicationServiceDescriptor : System.IdentityModel.Metadata.WebServiceDescriptor
type ApplicationServiceDescriptor = class
inherit WebServiceDescriptor
Public Class ApplicationServiceDescriptor
Inherits WebServiceDescriptor
- 繼承
建構函式
ApplicationServiceDescriptor() |
初始化 ApplicationServiceDescriptor 類別的執行個體。 |
屬性
ClaimTypesOffered |
取得表示所提供之宣告類型的 DisplayClaim 集合。 (繼承來源 WebServiceDescriptor) |
ClaimTypesRequested |
取得表示所要求之宣告類型的 DisplayClaim 集合。 (繼承來源 WebServiceDescriptor) |
Contacts |
取得 ContactPerson 的集合。 (繼承來源 RoleDescriptor) |
Endpoints |
取得這個應用程式服務的端點。 |
ErrorUrl |
取得或設定錯誤 URL。 (繼承來源 RoleDescriptor) |
Keys |
取得 KeyDescriptor 的集合。 (繼承來源 RoleDescriptor) |
Organization |
取得或設定 Organization。 (繼承來源 RoleDescriptor) |
PassiveRequestorEndpoints |
取得這個應用程式服務的被動要求者端點。 |
ProtocolsSupported |
取得支援的通訊協定集合。 (繼承來源 RoleDescriptor) |
ServiceDescription |
取得或設定服務描述。 (繼承來源 WebServiceDescriptor) |
ServiceDisplayName |
取得或設定服務顯示名稱。 (繼承來源 WebServiceDescriptor) |
TargetScopes |
取得表示目標範圍的 EndpointAddress 集合。 (繼承來源 WebServiceDescriptor) |
TokenTypesOffered |
取得所提供的權杖型別集合。 (繼承來源 WebServiceDescriptor) |
ValidUntil |
取得或設到期時間。 (繼承來源 RoleDescriptor) |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |