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)
Вверх

См. также




© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.