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 xdrExtensions = eab.GetReaderAtExtensions();
Dim xdrExtensions As XmlDictionaryReader = eab.GetReaderAtExtensions()

注解

读取器提供对 WS 地址定义的终结点引用模型中不包含的信息的访问权限。

适用于