The methods of System.Web.HttpResponse are listed below. For a list of all members, see the HttpResponse Members list.
See Also: Inherited members from System.Object
AddCacheDependency(System.Web.Caching.CacheDependency[]) Documentation for this section has not yet been entered.AddCacheItemDependencies(ArrayList) Documentation for this section has not yet been entered.AddCacheItemDependencies(string[]) Documentation for this section has not yet been entered.AddCacheItemDependency(string) Documentation for this section has not yet been entered.AddFileDependencies(ArrayList) Documentation for this section has not yet been entered.AddFileDependencies(string[]) Documentation for this section has not yet been entered.AddFileDependency(string) Documentation for this section has not yet been entered.AddHeader(string, string) Adds a header to the HTTP request.AppendCookie(HttpCookie) Appends an System.Web.HttpCookie to the response.AppendHeader(string, string) Appends a new header to the HTTP response.AppendToLog(string) Documentation for this section has not yet been entered.ApplyAppPathModifier(string) : string Documentation for this section has not yet been entered.BinaryWrite(byte[]) Writes a byte buffer without encoding to the response stream.Clear() Clears the contents so far.ClearContent() Clears the contents so far.ClearHeaders() Clears any headers that might have been set previously.Close() Documentation for this section has not yet been entered.End() Stops processing the page.Flush() Flushes all the accumulated data so far.Pics(string) Adds the given value to the PICS-Label header.Redirect(string) Documentation for this section has not yet been entered.Redirect(string, bool) Instructs the client to be redirected to a new url. staticRemoveOutputCacheItem(string) Documentation for this section has not yet been entered.SetCookie(HttpCookie) Appends the given cookie to the results that will be sent back to the client.TransmitFile(string) Documentation for this section has not yet been entered.Write(char) Writes a char to the HTTP ouput stream.Write(object) Writes the object to the HTTP response stream.Write(string) Writes a string to the HTTP output stream.Write(char[], int, int) Writes an array of chars to the HTTP output stream.WriteFile(string) Writes the contents of a file back to the client.WriteFile(string, bool) Writes the contents of a file back to the client.WriteFile(IntPtr, long, long) Writes a section of a file handle to the response stream.WriteFile(string, long, long) Writes a section of a file back to the response stream.WriteSubstitution(HttpResponseSubstitutionCallback) Documentation for this section has not yet been entered.