EndpointAddress.GetReaderAtMetadata Method

Definition

Gets the XML dictionary reader that provides access to the metadata for an endpoint.

public:
 System::Xml::XmlDictionaryReader ^ GetReaderAtMetadata();
public System.Xml.XmlDictionaryReader GetReaderAtMetadata ();
member this.GetReaderAtMetadata : unit -> System.Xml.XmlDictionaryReader
Public Function GetReaderAtMetadata () As XmlDictionaryReader

Returns

The XmlDictionaryReader that provides access to the metadata for an endpoint.

Examples

XmlDictionaryReader metadataReader = endpointAddress.GetReaderAtMetadata();

Applies to