共用方式為


MetadataSerializer.ReadIndexedProtocolEndpoint(XmlReader) 方法

定義

讀取有索引的端點。

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

參數

reader
XmlReader

XML 讀取器。

傳回

有索引的端點。

例外狀況

readernull

適用於