DelegatingXmlDictionaryWriter Members
[Starting with the .NET Framework 4.5, Windows Identity Foundation (WIF) has been fully integrated into the .NET Framework. The version of WIF addressed by this topic, WIF 3.5, is deprecated and should only be used when developing against the .NET Framework 3.5 SP1 or the .NET Framework 4. For more information about WIF in the .NET Framework 4.5, also known as WIF 4.5, see the Windows Identity Foundation documentation in the .NET Framework 4.5 Development Guide.]
Class wraps a given writer and delegates all XmlDictionaryWriter calls to the inner wrapped writer.
The following tables list the members exposed by the DelegatingXmlDictionaryWriter type.
Protected Constructors
Name | Description | |
---|---|---|
DelegatingXmlDictionaryWriter | Initializes a new instance of the DelegatingXmlDictionaryWriter class. |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
CanCanonicalize | Overridden. Returns a value indicating if the reader is capable of Canonicalization. | |
Settings | (Inherited from XmlWriter) | |
WriteState | Overridden. When overridden in a derived class, gets the state of the writer. | |
XmlLang | (Inherited from XmlWriter) | |
XmlSpace | (Inherited from XmlWriter) |
Top
Protected Properties
Name | Description | |
---|---|---|
InnerWriter | Get the wrapped writer. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Close | Overridden. Closes the underlying stream. | |
EndCanonicalization | Overridden. 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. | |
Equals | (Inherited from Object) | |
Flush | Overridden. Flushes the underlying stream. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
LookupPrefix | Overridden. Returns the closest prefix defined in the current namespace scope for the namespace URI. | |
StartCanonicalization | Overridden. Indicates the start of Canonicalization. Any write opertation following this will canonicalize the data and will wirte it to the given stream. | |
ToString | (Inherited from Object) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteArray | (Inherited from XmlDictionaryWriter) | |
WriteAttributes | (Inherited from XmlWriter) | |
WriteAttributeString | (Inherited from XmlDictionaryWriter) | |
WriteAttributeString | (Inherited from XmlDictionaryWriter) | |
WriteAttributeString | (Inherited from XmlWriter) | |
WriteAttributeString | (Inherited from XmlWriter) | |
WriteAttributeString | (Inherited from XmlWriter) | |
WriteBase64 | Overridden. Encodes the specified binary bytes as Base64 and writes out the resulting text. | |
WriteBinHex | (Inherited from XmlWriter) | |
WriteCData | Overridden. writes out a CDATA block containing the specified text. | |
WriteCharEntity | Overridden. Forces the generation of a character entity for the specified Unicode character value. | |
WriteChars | Overridden. When overridden in a derived class, writes text one buffer at a time. | |
WriteComment | Overridden. Writes out a comment containing the specified text. | |
WriteDocType | Overridden. Writes the DOCTYPE declaration with the specified name and optional attributes. | |
WriteElementString | (Inherited from XmlDictionaryWriter) | |
WriteElementString | (Inherited from XmlDictionaryWriter) | |
WriteElementString | (Inherited from XmlWriter) | |
WriteElementString | (Inherited from XmlWriter) | |
WriteElementString | (Inherited from XmlWriter) | |
WriteEndAttribute | Overridden. Closes the previous System.Xml.XmlWriter.WriteStartAttribute(System.String,System.String) call. | |
WriteEndDocument | Overridden. Closes any open elements or attributes and puts the writer back in the Start state. | |
WriteEndElement | Overridden. Closes one element and pops the corresponding namespace scope. | |
WriteEntityRef | Overridden. Writes out an entity reference as name. | |
WriteFullEndElement | Overridden. Closes one element and pops the corresponding namespace scope. | |
WriteName | (Inherited from XmlWriter) | |
WriteNmToken | (Inherited from XmlWriter) | |
WriteNode | (Inherited from XmlDictionaryWriter) | |
WriteNode | Overridden. (Inherited from XmlWriter) | |
WriteNode | (Inherited from XmlWriter) | |
WriteProcessingInstruction | Overridden. Writes out a processing instruction with a space between the name and text as follows: <?name text?>. | |
WriteQualifiedName | (Inherited from XmlDictionaryWriter) | |
WriteQualifiedName | (Inherited from XmlWriter) | |
WriteRaw | Overloaded. Overridden. | |
WriteStartAttribute | Overridden. Writes the start of an attribute with the specified local name and namespace URI. | |
WriteStartAttribute | (Inherited from XmlDictionaryWriter) | |
WriteStartAttribute | (Inherited from XmlDictionaryWriter) | |
WriteStartAttribute | (Inherited from XmlWriter) | |
WriteStartAttribute | (Inherited from XmlWriter) | |
WriteStartDocument | Overloaded. Overridden. | |
WriteStartElement | Overridden. When overridden in a derived class, writes the specified start tag and associates it with the given namespace and prefix. | |
WriteStartElement | (Inherited from XmlDictionaryWriter) | |
WriteStartElement | (Inherited from XmlDictionaryWriter) | |
WriteStartElement | (Inherited from XmlWriter) | |
WriteStartElement | (Inherited from XmlWriter) | |
WriteString | Overridden. Writes the given text content. | |
WriteString | (Inherited from XmlDictionaryWriter) | |
WriteSurrogateCharEntity | Overridden. Generates and writes the surrogate character entity for the surrogate character pair. | |
WriteValue | (Inherited from XmlDictionaryWriter) | |
WriteValue | (Inherited from XmlDictionaryWriter) | |
WriteValue | (Inherited from XmlDictionaryWriter) | |
WriteValue | (Inherited from XmlDictionaryWriter) | |
WriteValue | (Inherited from XmlDictionaryWriter) | |
WriteValue | (Inherited from XmlWriter) | |
WriteValue | (Inherited from XmlWriter) | |
WriteValue | (Inherited from XmlWriter) | |
WriteValue | (Inherited from XmlWriter) | |
WriteValue | (Inherited from XmlWriter) | |
WriteValue | (Inherited from XmlWriter) | |
WriteValue | (Inherited from XmlWriter) | |
WriteValue | (Inherited from XmlWriter) | |
WriteValue | (Inherited from XmlWriter) | |
WriteWhitespace | Overridden. Writes out the given white space. | |
WriteXmlAttribute | Overridden. Writes an attribute as a xml attribute with the prefix 'xml:'. | |
WriteXmlAttribute | (Inherited from XmlDictionaryWriter) | |
WriteXmlnsAttribute | Overridden. Writes an xmlns namespace declaration. | |
WriteXmlnsAttribute | (Inherited from XmlDictionaryWriter) |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | (Inherited from XmlWriter) | |
Finalize | (Inherited from Object) | |
InitializeInnerWriter | Initializes the inner writer that this instance wraps. | |
InitializeTracingWriter | Initializes a writer that will write the un-canonicalize xml. If this agrument is not null, all calls will be echoed to this writer. | |
MemberwiseClone | (Inherited from Object) | |
WriteTextNode | (Inherited from XmlDictionaryWriter) |
Top
See Also
Reference
DelegatingXmlDictionaryWriter Class
Microsoft.IdentityModel.Protocols.XmlSignature Namespace
Copyright © 2008 by Microsoft Corporation. All rights reserved.