SetOutputStreamAsync Method
Sets the stream to which the XML will be written.
Syntax
[VB.NET] Public Function SetOutputStreamAsync(ByVal OutputStream As System.IO.Stream) As Task
[C#] public Task SetOutputStreamAsync(System.IO.Stream outputStream);