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 地址定义的终结点引用模型中不包含的信息的访问权限。