EndpointAddressBuilder.GetReaderAtExtensions 方法

定义

返回包含终结点地址扩展的 XML 字典读取器。

public:
 System::Xml::XmlDictionaryReader ^ GetReaderAtExtensions();
public System.Xml.XmlDictionaryReader GetReaderAtExtensions ();
member this.GetReaderAtExtensions : unit -> System.Xml.XmlDictionaryReader
Public Function GetReaderAtExtensions () As XmlDictionaryReader

返回

XmlDictionaryReader

可读取终结点地址扩展的 XmlDictionaryReader

示例

XmlDictionaryReader xdrExtensions = eab.GetReaderAtExtensions();
Dim xdrExtensions As XmlDictionaryReader = eab.GetReaderAtExtensions()

注解

读取器使您可以访问未包含在由 WS-Addressing 定义的终结点引用模型中的信息。

适用于