다음을 통해 공유


DelegatingXmlDictionaryWriter 멤버

Class wraps a given writer and delegates all XmlDictionaryWriter calls to the inner wrapped writer.

다음 표에서는 DelegatingXmlDictionaryWriter 유형에서 제공하는 멤버를 나열합니다.

보호 생성자

  이름 설명
  DelegatingXmlDictionaryWriter Initializes a new instance of T:Microsoft.IdentityModel.Protocols.XmlSignature.DelegatingXmlDictionaryWriter

공용 속성

(보호 속성 참조)

  이름 설명
public property CanCanonicalize 재정의되었습니다. Returns a value indicating if the reader is capable of Canonicalization.
public property Settings  (XmlWriter에서 상속)
public property WriteState 재정의되었습니다. When overridden in a derived class, gets the state of the writer.
public property XmlLang  (XmlWriter에서 상속)
public property XmlSpace  (XmlWriter에서 상속)

보호 속성

  이름 설명
protected property InnerWriter Get the wrapped writer.

공용 메서드

(보호 메서드 참조)

  이름 설명
public method Close 재정의되었습니다. Closes the underlying stream.
public methodstatic Create  오버로드되었습니다. (XmlWriter에서 상속)
public methodstatic CreateBinaryWriter  오버로드되었습니다. (XmlDictionaryWriter에서 상속)
public methodstatic CreateDictionaryWriter  (XmlDictionaryWriter에서 상속)
public methodstatic CreateMtomWriter  오버로드되었습니다. (XmlDictionaryWriter에서 상속)
public methodstatic CreateTextWriter  오버로드되었습니다. (XmlDictionaryWriter에서 상속)
public method EndCanonicalization 재정의되었습니다. Closes a previous Start canonicalization operation. The stream given to the StartCanonicalization is flushed and any data written after this call will not be written to the canonical stream.
public method Equals  오버로드되었습니다. (Object에서 상속)
public method Flush 재정의되었습니다. Fluses the underlying stream.
public method GetHashCode  (Object에서 상속)
public method GetType  (Object에서 상속)
public method LookupPrefix 재정의되었습니다. Returns the closest prefix defined in the current namespace scope for the namespace URI.
public methodstatic ReferenceEquals  (Object에서 상속)
public method StartCanonicalization 재정의되었습니다. Indicates the start of Canonicalization. Any write opertation following this will canonicalize the data and will wirte it to the given stream.
public method ToString  (Object에서 상속)
public method WriteArray  오버로드되었습니다. (XmlDictionaryWriter에서 상속)
public method WriteAttributes  (XmlWriter에서 상속)
public method WriteAttributeString  오버로드되었습니다. (XmlDictionaryWriter에서 상속)
public method WriteBase64 재정의되었습니다. Encodes the specified binary bytes as Base64 and writes out the resulting text.
public method WriteBinHex  (XmlWriter에서 상속)
public method WriteCData 재정의되었습니다. writes out a CDATA block containing the specified text.
public method WriteCharEntity 재정의되었습니다. Forces the generation of a character entity for the specified Unicode character value.
public method WriteChars 재정의되었습니다. When overridden in a derived class, writes text one buffer at a time.
public method WriteComment 재정의되었습니다. Writes out a comment containing the specified text.
public method WriteDocType 재정의되었습니다. Writes the DOCTYPE declaration with the specified name and optional attributes.
public method WriteElementString  오버로드되었습니다. (XmlDictionaryWriter에서 상속)
public method WriteEndAttribute 재정의되었습니다. Closes the previous System.Xml.XmlWriter.WriteStartAttribute(System.String,System.String) call.
public method WriteEndDocument 재정의되었습니다. Closes any open elements or attributes and puts the writer back in the Start state.
public method WriteEndElement 재정의되었습니다. Closes one element and pops the corresponding namespace scope.
public method WriteEntityRef 재정의되었습니다. Writes out an entity reference as name.
public method WriteFullEndElement 재정의되었습니다. Closes one element and pops the corresponding namespace scope.
public method WriteName  (XmlWriter에서 상속)
public method WriteNmToken  (XmlWriter에서 상속)
public method WriteNode  오버로드되었습니다. (XmlDictionaryWriter에서 상속)
public method WriteProcessingInstruction 재정의되었습니다. Writes out a processing instruction with a space between the name and text as follows: <?name text?>.
public method WriteQualifiedName  오버로드되었습니다. (XmlDictionaryWriter에서 상속)
public method WriteRaw 오버로드되었습니다. 재정의되었습니다.  
public method WriteStartAttribute 오버로드되었습니다.  
public method WriteStartDocument 오버로드되었습니다. 재정의되었습니다.  
public method WriteStartElement 오버로드되었습니다.  
public method WriteString 오버로드되었습니다. 재정의되었습니다.  
public method WriteSurrogateCharEntity 재정의되었습니다. Generates and writes the surrogate character entity for the surrogate character pair.
public method WriteValue  오버로드되었습니다. (XmlDictionaryWriter에서 상속)
public method WriteWhitespace 재정의되었습니다. Writes out the given white space.
public method WriteXmlAttribute 오버로드되었습니다. 재정의되었습니다.  
public method WriteXmlnsAttribute 오버로드되었습니다. 재정의되었습니다.  

보호 메서드

  이름 설명
protected method Dispose  (XmlWriter에서 상속)
protected method Finalize  (Object에서 상속)
protected method InitializeInnerWriter Initializes the inner writer that this instance wraps.
protected method InitializeTracingWriter  
protected method MemberwiseClone  (Object에서 상속)
protected method WriteTextNode  (XmlDictionaryWriter에서 상속)

명시적 인터페이스 구현

  이름 설명
  System.IDisposable.Dispose  (XmlWriter에서 상속)

참고 항목

참조

DelegatingXmlDictionaryWriter 클래스
Microsoft.IdentityModel.Protocols.XmlSignature 네임스페이스

Copyright © 2008 by Microsoft Corporation.모든 권리 보유.