Interface IBufferedResponseWriterFactory
Represents a factory that creates a writer that buffers before writing to stream
Namespace: EPiServer.Formatters
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public interface IBufferedResponseWriterFactory
Methods
CreateWriter(Stream, Encoding)
Creates a buffered System.
Declaration
TextWriter CreateWriter(Stream stream, Encoding encoding)
Parameters
Type | Name | Description |
---|---|---|
System. |
stream | The stream to use |
System. |
encoding | The encoding for the writer |
Returns
Type | Description |
---|---|
System. |
A writer. |