WSTrustRequestSerializer.ReadCustomElement 메서드

정의

파생 클래스에서 재정의되는 경우 사용자 지정 요소를 읽습니다.

protected:
 virtual void ReadCustomElement(System::Xml::XmlReader ^ reader, System::IdentityModel::Protocols::WSTrust::WSTrustSerializationContext ^ context);
protected virtual void ReadCustomElement(System.Xml.XmlReader reader, System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext context);
abstract member ReadCustomElement : System.Xml.XmlReader * System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext -> unit
override this.ReadCustomElement : System.Xml.XmlReader * System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext -> unit
Protected Overridable Sub ReadCustomElement (reader As XmlReader, context As WSTrustSerializationContext)

매개 변수

reader
XmlReader

XmlReader 현재 요소에 배치된 개체입니다.

context
WSTrustSerializationContext

현재 serialization 컨텍스트를 포함하는 A WSTrustSerializationContext 입니다.

설명

기본 구현은 .를 NotSupportedExceptionthrow합니다.

적용 대상