MetadataSerializer.WriteIndexedProtocolEndpoint(XmlWriter, IndexedProtocolEndpoint, XmlQualifiedName) Método

Definição

Grava um ponto de extremidade indexado.Writes an indexed endpoint.

protected:
 virtual void WriteIndexedProtocolEndpoint(System::Xml::XmlWriter ^ writer, System::IdentityModel::Metadata::IndexedProtocolEndpoint ^ indexedEP, System::Xml::XmlQualifiedName ^ element);
protected virtual void WriteIndexedProtocolEndpoint (System.Xml.XmlWriter writer, System.IdentityModel.Metadata.IndexedProtocolEndpoint indexedEP, System.Xml.XmlQualifiedName element);
abstract member WriteIndexedProtocolEndpoint : System.Xml.XmlWriter * System.IdentityModel.Metadata.IndexedProtocolEndpoint * System.Xml.XmlQualifiedName -> unit
override this.WriteIndexedProtocolEndpoint : System.Xml.XmlWriter * System.IdentityModel.Metadata.IndexedProtocolEndpoint * System.Xml.XmlQualifiedName -> unit
Protected Overridable Sub WriteIndexedProtocolEndpoint (writer As XmlWriter, indexedEP As IndexedProtocolEndpoint, element As XmlQualifiedName)

Parâmetros

writer
XmlWriter

O gravador XML.The XML writer.

indexedEP
IndexedProtocolEndpoint

O ponto de extremidade indexado.The indexed endpoint.

element
XmlQualifiedName

O elemento qualificado de XML.The XML qualified element.

Exceções

writer é null.writer is null.

- ou --or- indexedEP é null.indexedEP is null.

- ou --or- element é null.element is null.

Aplica-se a