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-Addressing 定義的端點參考模型中所沒有包含的資訊。

適用於