IndexedProtocolEndpoint 类

定义

定义索引 ProtocolEndpoint

public ref class IndexedProtocolEndpoint : System::IdentityModel::Metadata::ProtocolEndpoint
public class IndexedProtocolEndpoint : System.IdentityModel.Metadata.ProtocolEndpoint
type IndexedProtocolEndpoint = class
    inherit ProtocolEndpoint
Public Class IndexedProtocolEndpoint
Inherits ProtocolEndpoint
继承
IndexedProtocolEndpoint

构造函数

名称 说明
IndexedProtocolEndpoint()

初始化 IndexedProtocolEndpoint 类的新实例。

IndexedProtocolEndpoint(Int32, Uri, Uri)

初始化具有指定索引、绑定和位置的 IndexedProtocolEndpoint 类的新实例。

属性

名称 说明
Binding

获取或设置绑定。 这是必需的元素。

(继承自 ProtocolEndpoint)
Index

获取或设置索引。 这是必需的元素。

IsDefault

获取或设置一个值,该值指示这是否为默认终结点。 这是可选的。

Location

获取或设置位置。 这是必需的元素。

(继承自 ProtocolEndpoint)
ResponseLocation

获取或设置响应位置。 这是一个可选元素。

(继承自 ProtocolEndpoint)

方法

名称 说明
Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

适用于