Mono Class Library: Overview

System.Web.HttpResponse: Members

The members of System.Web.HttpResponse are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

Bufferbool. Controls whether to buffer the response before sending the data to the client.
BufferOutputbool. Controls whether to buffer the response before sending the data to the client.
[read-only]
CacheHttpCachePolicy. Documentation for this section has not yet been entered.
CacheControlstring. Documentation for this section has not yet been entered.
Charsetstring. The character set used on the HTTP response.
ContentEncodingSystem.Text.Encoding. The encoding used for writing the response.
ContentTypestring. The value of the "Content-Type" header (identifies the MIME type of the current response).
[read-only]
CookiesHttpCookieCollection. The Cookies that will be sent back to the client.
Expiresint. Documentation for this section has not yet been entered.
ExpiresAbsoluteDateTime. Documentation for this section has not yet been entered.
FilterSystem.IO.Stream. Documentation for this section has not yet been entered.
HeaderEncodingSystem.Text.Encoding. Documentation for this section has not yet been entered.
[read-only]
IsClientConnectedbool. Returns whether the client is still connected.
[read-only]
IsRequestBeingRedirectedbool. Documentation for this section has not yet been entered.
[read-only]
OutputSystem.IO.TextWriter. A System.IO.TextWriter to write the HTTP response.
[read-only]
OutputStreamSystem.IO.Stream. A write-only stream for producing the HTTP response.
RedirectLocationstring. The redirection location on the HTTP headers.
Statusstring. Sets the HTTP status return.
StatusCodeint. The HTTP status code that will be returned to the client.
StatusDescriptionstring. The HTTP description sent on the response.
SuppressContentbool. Controls whether the page will generate any output.

Public Methods

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.
static
RemoveOutputCacheItem(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.