IHttpResponseStreamWriterFactory.CreateWriter(Stream, Encoding) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new TextWriter.
public:
 System::IO::TextWriter ^ CreateWriter(System::IO::Stream ^ stream, System::Text::Encoding ^ encoding);public System.IO.TextWriter CreateWriter(System.IO.Stream stream, System.Text.Encoding encoding);abstract member CreateWriter : System.IO.Stream * System.Text.Encoding -> System.IO.TextWriterPublic Function CreateWriter (stream As Stream, encoding As Encoding) As TextWriterParameters
Returns
A TextWriter.