This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class AspNetCmsResponse
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class AspNetCmsResponse

The type exposes the following methods.

Public Methods

  Name Description
Public method AddHeader
Adds the response header.
(Inherited from ResponseInfoBase.)
Public method CopyTo
Copies the values of this instance to specified target.
(Inherited from CmsResponseInfo.)
Public method CreateCacheKey
Creates the cache key.
(Inherited from CmsResponseInfo.)
Public method Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from CmsResponse.)
Public method End
Ends the response immediately.
(Overrides CmsResponse..::End()()()().)
Public method Equals (Inherited from Object.)
Public method Flush
Flushes the underlying stream.
(Inherited from CmsResponse.)
Public method GetBytes
Returns the response stream as a byte array
(Inherited from CmsResponse.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Redirect
Redirects the response to the specified address.
(Overrides CmsResponse..::Redirect(Locator).)
Public method SetHeadersReadOnly
Sets the headers in read-only state.
(Inherited from ResponseInfoBase.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from CmsResponse.)
Public method TransmitHeaders
Transmits the headers of this instance to specified http response.
(Inherited from ResponseInfoBase.)
Public method UpdateLastModifiedDate
Updates the last modified date of the response, if the given date is newer than the current one.
(Inherited from CmsResponse.)
Public method Write
Writes the specified binary data.
(Inherited from CmsResponse.)
Public method Write
Writes the specified data into the response stream.
(Inherited from CmsResponse.)
Public method Write
Writes the specified data into the response stream.
(Inherited from CmsResponse.)
Public method WriteLine
Writes the specified data into the response stream, appending a line feed.
(Inherited from CmsResponse.)

Protected Methods

  Name Description
Protected method CreateOutputStream
Creates the output stream.
(Overrides CmsResponse..::CreateOutputStream()()()().)
Protected method Dispose
Disposes the specified full.
(Inherited from CmsResponse.)
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnBeforeWriteContent
Raised just before content is written
(Inherited from CmsResponse.)
Protected method OnContentTypeChanged
Called when the content type has changed.
(Overrides ResponseInfoBase..::OnContentTypeChanged(String).)
Protected method OnEncodingChanged
Called when the encoding has changed.
(Overrides ResponseInfo..::OnEncodingChanged(Encoding).)
Protected method WriteHeaders
Writes the headers to the output
(Overrides CmsResponse..::WriteHeaders()()()().)

See Also

Advanced