다음을 통해 공유


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 판독기입니다.

반환

인덱싱된 엔드포인트입니다.

예외

reader이(가) null인 경우

적용 대상