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: