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