Condividi tramite


MetadataSerializer.ReadIndexedProtocolEndpoint(XmlReader) Metodo

Definizione

Legge un endpoint indicizzato.

protected:
 virtual System::IdentityModel::Metadata::IndexedProtocolEndpoint ^ ReadIndexedProtocolEndpoint(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Metadata.IndexedProtocolEndpoint ReadIndexedProtocolEndpoint (System.Xml.XmlReader reader);
abstract member ReadIndexedProtocolEndpoint : System.Xml.XmlReader -> System.IdentityModel.Metadata.IndexedProtocolEndpoint
override this.ReadIndexedProtocolEndpoint : System.Xml.XmlReader -> System.IdentityModel.Metadata.IndexedProtocolEndpoint
Protected Overridable Function ReadIndexedProtocolEndpoint (reader As XmlReader) As IndexedProtocolEndpoint

Parametri

reader
XmlReader

Lettore XML.

Restituisce

Endpoint indicizzato.

Eccezioni

reader è null.

Si applica a