XmlDictionaryReader.StartCanonicalization Method
This method is not yet implemented.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public virtual void StartCanonicalization( Stream stream, bool includeComments, string[] inclusivePrefixes )
Parameters
- stream
- Type: System.IO.Stream
The stream to read from.
- includeComments
- Type: System.Boolean
Determines whether comments are included.
- inclusivePrefixes
- Type: System.String[]
The prefixes to be included.
| Exception | Condition |
|---|---|
| NotSupportedException | Always. |
Start reading the canonical octets of the XML being read to this reader from the supplied stream until the matching EndCanonicalization call is made. The content read from the main reader stream is unaffected by this call. includeComments defines whether comments are to be included in the canonical input and inclusivePrefixes provides the list of prefixes to be treated as inclusive prefixes with the exclusive canonicalization algorithm.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.