EndpointAddressBuilder.SetMetadataReader(XmlDictionaryReader) Método
Definição
Especifica o leitor do dicionário XML que contém os metadados associados ao endereço do ponto de extremidade.Specifies the XML dictionary reader that contains the metadata associated with the endpoint address.
public:
void SetMetadataReader(System::Xml::XmlDictionaryReader ^ reader);
public void SetMetadataReader (System.Xml.XmlDictionaryReader reader);
member this.SetMetadataReader : System.Xml.XmlDictionaryReader -> unit
Public Sub SetMetadataReader (reader As XmlDictionaryReader)
Parâmetros
- reader
- XmlDictionaryReader
O XmlDictionaryReader que lê os metadados associados ao ponto de extremidade.The XmlDictionaryReader that reads the metadata associated with the endpoint.
Exemplos
eab.SetMetadataReader(XmlDictionaryReader.CreateDictionaryReader(XmlReader.Create(sr)));
eab.SetMetadataReader(XmlDictionaryReader.CreateDictionaryReader(XmlReader.Create(sr)))