ApplicationServiceDescriptor 类
定义
定义应用服务描述符和它的终点。Defines the application service descriptor and its endpoints.
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 类的实例。Initializes an instance of the ApplicationServiceDescriptor class. |
属性
ClaimTypesOffered |
获取表示提供的声明类型的 DisplayClaim 集合。Gets a collection of DisplayClaim that represents the claim types offered. (继承自 WebServiceDescriptor) |
ClaimTypesRequested |
获取表示要求的声明类型的 DisplayClaim 集合。Gets a collection of DisplayClaim that represents the claim types requested. (继承自 WebServiceDescriptor) |
Contacts |
获取 ContactPerson 的集合。Gets the collection of ContactPerson. (继承自 RoleDescriptor) |
Endpoints |
获取此输入应用程序服务的终结点。Gets the endpoints of this application service. |
ErrorUrl |
获取或设置错误的 URL。Gets or sets the error URL. (继承自 RoleDescriptor) |
Keys |
获取 KeyDescriptor 的集合。Gets the collection of KeyDescriptor. (继承自 RoleDescriptor) |
Organization |
获取或设置 Organization。Gets or sets the Organization. (继承自 RoleDescriptor) |
PassiveRequestorEndpoints |
获取该应用程序服务的被动请求方的终结点。Gets the passive requestor endpoints of this application service. |
ProtocolsSupported |
获取支持的协议的集合。Gets the collection of protocols supported. (继承自 RoleDescriptor) |
ServiceDescription |
获取或设置服务的说明。Gets or sets the service description. (继承自 WebServiceDescriptor) |
ServiceDisplayName |
获取或设置服务的显示名称。Gets or sets the service display name. (继承自 WebServiceDescriptor) |
TargetScopes |
获取表示目标范围的 EndpointAddress 集合。Gets a collection of EndpointAddress that represents the target scopes. (继承自 WebServiceDescriptor) |
TokenTypesOffered |
获取已提供的标记类型的集合。Gets the collection of token types offered. (继承自 WebServiceDescriptor) |
ValidUntil |
获取或设置过期时间。Gets or sets the expiration time. (继承自 RoleDescriptor) |
方法
Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |