SiteBaseWriteResponse Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Class used for text writing for AS components
Inheritance Hierarchy

SystemObject
  ContentStudio.SiteSiteBaseWriteResponse

Namespace: ContentStudio.Site
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class WriteResponse : IDisposable

The SiteBaseWriteResponse type exposes the following members.

Constructors

  NameDescription
Public methodSiteBaseWriteResponse(SiteBase)
Writing to a page using the default output stream with UTF-8 encoding.
Public methodSiteBaseWriteResponse(SiteBase, Stream)
Writing to a page using the supplied output stream with UTF-8 encoding.
Public methodSiteBaseWriteResponse(SiteBase, Stream, Encoding)
Writing to a page using the supplied output stream and encoding.
Top
Properties

  NameDescription
Public propertyWriteToCurrentStream
Gets a value indicating if the default response stream is used.
Top
Methods

  NameDescription
Public methodClose
Close the connection.
Public methodDispose
Dispose the object
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Disposes the WriteResponse object
(Overrides ObjectFinalize.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetStreamWriter
Returns the StreamWriter that is connected to the default response stream.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference