XmlDictionaryReader.StartCanonicalization(Stream, Boolean, String[]) Method

Definition

This method is not yet implemented.

public virtual void StartCanonicalization (System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes);
public virtual void StartCanonicalization (System.IO.Stream stream, bool includeComments, string[]? inclusivePrefixes);

Parameters

stream
Stream

The stream to read from.

includeComments
Boolean

Determines whether comments are included.

inclusivePrefixes
String[]

The prefixes to be included.

Exceptions

Remarks

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.

Applies to

Product Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1
UWP 10.0