Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EndpointAddress::GetReaderAtMetadata Method ()

 

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

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
XmlDictionaryReader^ GetReaderAtMetadata()

Return Value

Type: System.Xml::XmlDictionaryReader^

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

XmlDictionaryReader metadataReader = endpointAddress.GetReaderAtMetadata();

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft