EndpointReference 类

定义

表示 wsa:EndpointReference 元素。

public ref class EndpointReference
public class EndpointReference
type EndpointReference = class
Public Class EndpointReference
继承
EndpointReference

注解

wsa:EndpointReference 元素可用于 wsp:RequestSecurityToken 元素内的 wst:OnBehalfOf 和 wp:AppliesTo 元素,以指定终结点引用。

读取时支持 WS-Addressing 标准架构命名空间WS-Addressing 1.0 架构命名空间 。 在写入时,仅支持 WS-Addressing 1.0 命名空间

有关 wsa:EndpointReference 元素的详细信息,请参阅 Web 服务寻址 - 核心规范。 有关它在 WS-Trust 协议中的用法的详细信息,请参阅适用于你的方案的 WS-Trust 规范的版本。

构造函数

EndpointReference(String)

用指定的 URI 初始化 EndpointReference 类的新实例。

属性

Details

获取包含在终点引用中的 XML 元素的集合。 wsa:地址元素不包含在集合中。

Uri

获取指定的引用的终结点的地址的 URI。

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ReadFrom(XmlDictionaryReader)

从指定的 XML 字典读取器读取 wsa:EndpointReference 元素。

ReadFrom(XmlReader)

从指定的 XML 读取器读取 wsa:EndpointReference 元素。

ToString()

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

(继承自 Object)
WriteTo(XmlWriter)

EndpointReference 作为 <wsa:EndpointReference> 元素写入到指定 XML 编写器。

适用于