EndpointAddress.GetReaderAtMetadata Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le lecteur de dictionnaire XML qui fournit l'accès aux métadonnées pour un point de terminaison.
public:
System::Xml::XmlDictionaryReader ^ GetReaderAtMetadata();
public System.Xml.XmlDictionaryReader GetReaderAtMetadata ();
member this.GetReaderAtMetadata : unit -> System.Xml.XmlDictionaryReader
Public Function GetReaderAtMetadata () As XmlDictionaryReader
Retours
XmlDictionaryReader qui offrant l'accès aux métadonnées pour un point de terminaison.
Exemples
XmlDictionaryReader metadataReader = endpointAddress.GetReaderAtMetadata();