DelegatingXmlDictionaryWriter.StartCanonicalization Method

Definition

Indicates the start of canonicalization. Any write operation following this will canonicalize the data and will write it to the given stream.

public:
 override void StartCanonicalization(System::IO::Stream ^ stream, bool includeComments, cli::array <System::String ^> ^ inclusivePrefixes);
public override void StartCanonicalization (System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes);
override this.StartCanonicalization : System.IO.Stream * bool * string[] -> unit
Public Overrides Sub StartCanonicalization (stream As Stream, includeComments As Boolean, inclusivePrefixes As String())

Parameters

stream
Stream

Stream to which the canonical stream should be written.

includeComments
Boolean

The value indicates if comments written should be canonicalized as well.

inclusivePrefixes
String[]

Set of prefixes that needs to be included into the canonical stream. The prefixes are defined at the first element that is written to the canonical stream.

Applies to