Freigeben über


DelegatingXmlDictionaryWriter Members

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

In den folgenden Tabellen sind die Mitglieder aufgeführt, die durch den Typ DelegatingXmlDictionaryWriter eingeblendet werden:

Geschützt Konstruktoren

  Name Beschreibung
  DelegatingXmlDictionaryWriter Initializes a new instance of T:Microsoft.IdentityModel.Protocols.XmlSignature.DelegatingXmlDictionaryWriter

Seitenanfang

Öffentlich Eigenschaften

(siehe auch Geschützt Eigenschaften)

  Name Beschreibung
public property CanCanonicalize Überschrieben. Returns a value indicating if the reader is capable of Canonicalization.
public property Settings  (Geerbt von XmlWriter)
public property WriteState Überschrieben. When overridden in a derived class, gets the state of the writer.
public property XmlLang  (Geerbt von XmlWriter)
public property XmlSpace  (Geerbt von XmlWriter)

Seitenanfang

Geschützt Eigenschaften

  Name Beschreibung
protected property InnerWriter Get the wrapped writer.

Seitenanfang

Öffentlich Methoden

(siehe auch Geschützt Methoden)

  Name Beschreibung
public method Close Überschrieben. Closes the underlying stream.
public methodstatic Create  Überladen. (Geerbt von XmlWriter)
public methodstatic CreateBinaryWriter  Überladen. (Geerbt von XmlDictionaryWriter)
public methodstatic CreateDictionaryWriter  (Geerbt von XmlDictionaryWriter)
public methodstatic CreateMtomWriter  Überladen. (Geerbt von XmlDictionaryWriter)
public methodstatic CreateTextWriter  Überladen. (Geerbt von XmlDictionaryWriter)
public method EndCanonicalization Überschrieben. 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  Überladen. (Geerbt von Object)
public method Flush Überschrieben. Fluses the underlying stream.
public method GetHashCode  (Geerbt von Object)
public method GetType  (Geerbt von Object)
public method LookupPrefix Überschrieben. Returns the closest prefix defined in the current namespace scope for the namespace URI.
public methodstatic ReferenceEquals  (Geerbt von Object)
public method StartCanonicalization Überschrieben. 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  (Geerbt von Object)
public method WriteArray  Überladen. (Geerbt von XmlDictionaryWriter)
public method WriteAttributes  (Geerbt von XmlWriter)
public method WriteAttributeString  Überladen. (Geerbt von XmlDictionaryWriter)
public method WriteBase64 Überschrieben. Encodes the specified binary bytes as Base64 and writes out the resulting text.
public method WriteBinHex  (Geerbt von XmlWriter)
public method WriteCData Überschrieben. writes out a CDATA block containing the specified text.
public method WriteCharEntity Überschrieben. Forces the generation of a character entity for the specified Unicode character value.
public method WriteChars Überschrieben. When overridden in a derived class, writes text one buffer at a time.
public method WriteComment Überschrieben. Writes out a comment containing the specified text.
public method WriteDocType Überschrieben. Writes the DOCTYPE declaration with the specified name and optional attributes.
public method WriteElementString  Überladen. (Geerbt von XmlDictionaryWriter)
public method WriteEndAttribute Überschrieben. Closes the previous System.Xml.XmlWriter.WriteStartAttribute(System.String,System.String) call.
public method WriteEndDocument Überschrieben. Closes any open elements or attributes and puts the writer back in the Start state.
public method WriteEndElement Überschrieben. Closes one element and pops the corresponding namespace scope.
public method WriteEntityRef Überschrieben. Writes out an entity reference as name.
public method WriteFullEndElement Überschrieben. Closes one element and pops the corresponding namespace scope.
public method WriteName  (Geerbt von XmlWriter)
public method WriteNmToken  (Geerbt von XmlWriter)
public method WriteNode  Überladen. (Geerbt von XmlDictionaryWriter)
public method WriteProcessingInstruction Überschrieben. Writes out a processing instruction with a space between the name and text as follows: <?name text?>.
public method WriteQualifiedName  Überladen. (Geerbt von XmlDictionaryWriter)
public method WriteRaw Überladen. Überschrieben.  
public method WriteStartAttribute Überladen.  
public method WriteStartDocument Überladen. Überschrieben.  
public method WriteStartElement Überladen.  
public method WriteString Überladen. Überschrieben.  
public method WriteSurrogateCharEntity Überschrieben. Generates and writes the surrogate character entity for the surrogate character pair.
public method WriteValue  Überladen. (Geerbt von XmlDictionaryWriter)
public method WriteWhitespace Überschrieben. Writes out the given white space.
public method WriteXmlAttribute Überladen. Überschrieben.  
public method WriteXmlnsAttribute Überladen. Überschrieben.  

Seitenanfang

Geschützt Methoden

  Name Beschreibung
protected method Dispose  (Geerbt von XmlWriter)
protected method Finalize  (Geerbt von Object)
protected method InitializeInnerWriter Initializes the inner writer that this instance wraps.
protected method InitializeTracingWriter  
protected method MemberwiseClone  (Geerbt von Object)
protected method WriteTextNode  (Geerbt von XmlDictionaryWriter)

Seitenanfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
  System.IDisposable.Dispose  (Geerbt von XmlWriter)

Seitenanfang

Siehe auch

Referenz

DelegatingXmlDictionaryWriter Class
Microsoft.IdentityModel.Protocols.XmlSignature Namespace

Copyright © 2008 by Microsoft Corporation. Alle Rechte vorbehalten.