EndpointReference.ReadFrom 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从指定的读取器读取 wsa:EndpointReference 元素。
重载
ReadFrom(XmlDictionaryReader) |
从指定的 XML 字典读取器读取 wsa:EndpointReference 元素。 |
ReadFrom(XmlReader) |
从指定的 XML 读取器读取 wsa:EndpointReference 元素。 |
注解
读取 wsa:EndpointReference 元素的内容并返回 对象 EndpointReference 。 WS-Addressing 命名空间可以是 WS-Addressing 标准架构 或 WS-Addressing 1.0 标准架构。 wsa:Address 元素必须是 wsa:EndpointReference 元素的第一个子元素。 Uri返回的 EndpointReference 中的 属性设置为 wsa:Address 元素指定的 URI。 所有其他子元素将添加到集合中 Details 。
ReadFrom(XmlDictionaryReader)
从指定的 XML 字典读取器读取 wsa:EndpointReference 元素。
public:
static System::IdentityModel::Protocols::WSTrust::EndpointReference ^ ReadFrom(System::Xml::XmlDictionaryReader ^ reader);
public static System.IdentityModel.Protocols.WSTrust.EndpointReference ReadFrom (System.Xml.XmlDictionaryReader reader);
static member ReadFrom : System.Xml.XmlDictionaryReader -> System.IdentityModel.Protocols.WSTrust.EndpointReference
Public Shared Function ReadFrom (reader As XmlDictionaryReader) As EndpointReference
参数
- reader
- XmlDictionaryReader
从中读取终结点引用的 XML 词典读取器。
返回
终点引用从 XML 目录读取器读取或在 wsa:EndpointReference 元素不能读取的情况下为 null
。
注解
有关详细信息, ReadFrom 请参阅重载主题。
适用于
ReadFrom(XmlReader)
从指定的 XML 读取器读取 wsa:EndpointReference 元素。
public:
static System::IdentityModel::Protocols::WSTrust::EndpointReference ^ ReadFrom(System::Xml::XmlReader ^ reader);
public static System.IdentityModel.Protocols.WSTrust.EndpointReference ReadFrom (System.Xml.XmlReader reader);
static member ReadFrom : System.Xml.XmlReader -> System.IdentityModel.Protocols.WSTrust.EndpointReference
Public Shared Function ReadFrom (reader As XmlReader) As EndpointReference
参数
- reader
- XmlReader
从中读取终结点引用的 XML 读取器。
返回
终点引用从 XML 目录读取器读取或在 wsa:EndpointReference 元素不能读取的情况下为 null
。
注解
有关详细信息, ReadFrom 请参阅重载主题。