EndpointAddressBuilder.GetReaderAtExtensions 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回包含终结点地址扩展的 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 xdrExtensions = eab.GetReaderAtExtensions();
Dim xdrExtensions As XmlDictionaryReader = eab.GetReaderAtExtensions()
注解
读取器使您可以访问未包含在由 WS-Addressing 定义的终结点引用模型中的信息。