SetArticleStreamAsync Method
Sets the stream to which the article downloaded from the server will be written.
Syntax
[VB.NET] Public Function SetArticleStreamAsync(ByVal ArticleStream As System.IO.Stream) As Task
[C#] public Task SetArticleStreamAsync(System.IO.Stream articleStream);