This documentation is archived and is not being maintained.

HttpResponseWrapper Methods

The HttpResponseWrapper type exposes the following members.

  NameDescription
Public method AddCacheDependency When overridden in a derived class, associates cache dependencies with the response that enable the response to be invalidated if it is cached and if the specified dependencies change. (Overrides HttpResponseBase::AddCacheDependency(array<CacheDependency>).)
Public method AddCacheItemDependencies Overloaded. Makes the validity of a cached response dependent on other items in the cache.
Public method AddCacheItemDependency Makes the validity of a cached response dependent on the specified item in the cache. (Overrides HttpResponseBase::AddCacheItemDependency(String).)
Public method AddFileDependencies Overloaded. Makes the validity of a cached response dependent on a specified file or files.
Public method AddFileDependency Adds a single file name to the collection of file names on which the current response is dependent. (Overrides HttpResponseBase::AddFileDependency(String).)
Public method AddHeader Adds an HTTP header to the current response. This method is provided for compatibility with earlier versions of ASP. (Overrides HttpResponseBase::AddHeader(String, String).)
Public method AppendCookie Adds an HTTP cookie to the HTTP response cookie collection. (Overrides HttpResponseBase::AppendCookie(HttpCookie).)
Public method AppendHeader Adds an HTTP header to the current response. (Overrides HttpResponseBase::AppendHeader(String, String).)
Public method AppendToLog Adds custom log information to the Internet Information Services (IIS) log file. (Overrides HttpResponseBase::AppendToLog(String).)
Public method ApplyAppPathModifier Adds a session ID to the virtual path if the session is using Cookieless session state, and returns the combined path. (Overrides HttpResponseBase::ApplyAppPathModifier(String).)
Public method BinaryWrite Writes a string of binary characters to the HTTP output stream. (Overrides HttpResponseBase::BinaryWrite(array<Byte>).)
Public method Clear Clears all headers and content output from the current response. (Overrides HttpResponseBase::Clear().)
Public method ClearContent Clears all content output from the current response. (Overrides HttpResponseBase::ClearContent().)
Public method ClearHeaders Clears all headers from the current response. (Overrides HttpResponseBase::ClearHeaders().)
Public method Close Closes the socket connection to a client. (Overrides HttpResponseBase::Close().)
Public method DisableKernelCache Disables kernel caching for the current response. (Overrides HttpResponseBase::DisableKernelCache().)
Public method End Sends all currently buffered output to the client, stops execution of the requested process, and raises the EndRequest event. (Overrides HttpResponseBase::End().)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Flush Sends all currently buffered output to the client. (Overrides HttpResponseBase::Flush().)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Pics Appends an HTTP PICS-Label header to the current response. (Overrides HttpResponseBase::Pics(String).)
Public method Redirect Overloaded. Redirects a request to a different URL.
Public method RemoveOutputCacheItem Removes from the cache all cached items that are associated with the specified path. (Overrides HttpResponseBase::RemoveOutputCacheItem(String).)
Public method SetCookie Updates an existing cookie in the cookie collection. (Overrides HttpResponseBase::SetCookie(HttpCookie).)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method TransmitFile Overloaded. Writes the specified file to the HTTP response output stream, without buffering it in memory.
Public method Write Overloaded. Writes information to the HTTP response output stream.
Public method WriteFile Overloaded. Writes the specified file to the HTTP response output stream.
Public method WriteSubstitution Inserts substitution blocks into the response, which enables dynamic generation of regions for cached output responses. (Overrides HttpResponseBase::WriteSubstitution(HttpResponseSubstitutionCallback).)
Top
Show: