HttpResponseWrapper Methods

 

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodAddCacheDependency(array<CacheDependency^>^)

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^>^).)

System_CAPS_pubmethodAddCacheItemDependencies(ArrayList^)

Makes the validity of a cached response dependent on the specified items in the cache.(Overrides HttpResponseBase::AddCacheItemDependencies(ArrayList^).)

System_CAPS_pubmethodAddCacheItemDependencies(array<String^>^)

Makes the validity of a cached item dependent on the specified items in the cache.(Overrides HttpResponseBase::AddCacheItemDependencies(array<String^>^).)

System_CAPS_pubmethodAddCacheItemDependency(String^)

Makes the validity of a cached response dependent on the specified item in the cache.(Overrides HttpResponseBase::AddCacheItemDependency(String^).)

System_CAPS_pubmethodAddFileDependencies(ArrayList^)

Adds file names to the collection of file names on which the current response is dependent.(Overrides HttpResponseBase::AddFileDependencies(ArrayList^).)

System_CAPS_pubmethodAddFileDependencies(array<String^>^)

Adds an array of file names to the collection of file names on which the current response is dependent.(Overrides HttpResponseBase::AddFileDependencies(array<String^>^).)

System_CAPS_pubmethodAddFileDependency(String^)

Adds a single file name to the collection of file names on which the current response is dependent.(Overrides HttpResponseBase::AddFileDependency(String^).)

System_CAPS_pubmethodAddHeader(String^, String^)

Adds an HTTP header to the current response. This method is provided for compatibility with earlier versions of ASP.(Overrides HttpResponseBase::AddHeader(String^, String^).)

System_CAPS_pubmethodAddOnSendingHeaders(Action<HttpContextBase^>^)

Registers a callback that the ASP.NET runtime will invoke immediately before response headers are sent for this request.(Overrides HttpResponseBase::AddOnSendingHeaders(Action<HttpContextBase^>^).)

System_CAPS_pubmethodAppendCookie(HttpCookie^)

Adds an HTTP cookie to the HTTP response cookie collection.(Overrides HttpResponseBase::AppendCookie(HttpCookie^).)

System_CAPS_pubmethodAppendHeader(String^, String^)

Adds an HTTP header to the current response.(Overrides HttpResponseBase::AppendHeader(String^, String^).)

System_CAPS_pubmethodAppendToLog(String^)

Adds custom log information to the Internet Information Services (IIS) log file.(Overrides HttpResponseBase::AppendToLog(String^).)

System_CAPS_pubmethodApplyAppPathModifier(String^)

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^).)

System_CAPS_pubmethodBeginFlush(AsyncCallback^, Object^)
System_CAPS_pubmethodBinaryWrite(array<Byte>^)

Writes a string of binary characters to the HTTP output stream.(Overrides HttpResponseBase::BinaryWrite(array<Byte>^).)

System_CAPS_pubmethodClear()

Clears all headers and content output from the current response.(Overrides HttpResponseBase::Clear().)

System_CAPS_pubmethodClearContent()

Clears all content output from the current response.(Overrides HttpResponseBase::ClearContent().)

System_CAPS_pubmethodClearHeaders()

Clears all headers from the current response.(Overrides HttpResponseBase::ClearHeaders().)

System_CAPS_pubmethodClose()

Closes the socket connection to a client.(Overrides HttpResponseBase::Close().)

System_CAPS_pubmethodDisableKernelCache()

Disables kernel caching for the current response.(Overrides HttpResponseBase::DisableKernelCache().)

System_CAPS_pubmethodDisableUserCache()

Disables IIS user-mode caching for this response.(Overrides HttpResponseBase::DisableUserCache().)

System_CAPS_pubmethodEnd()

Sends all currently buffered output to the client, stops execution of the requested process, and raises the EndRequest event.(Overrides HttpResponseBase::End().)

System_CAPS_pubmethodEndFlush(IAsyncResult^)

Completes an asynchronous flush operation.(Overrides HttpResponseBase::EndFlush(IAsyncResult^).)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodFlush()

Sends all currently buffered output to the client.(Overrides HttpResponseBase::Flush().)

System_CAPS_pubmethodFlushAsync()

Asynchronously sends all currently buffered output to the client.(Overrides HttpResponseBase::FlushAsync().)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodPics(String^)

Appends an HTTP PICS-Label header to the current response.(Overrides HttpResponseBase::Pics(String^).)

System_CAPS_pubmethodPushPromise(String^)

This API is to support applications sending push promises to HTTP 2.0 clients. You can find more details regarding to Http2 server push at HTTP/2 Specification Section 8.2: Server Push.(Overrides HttpResponseBase::PushPromise(String^).)

System_CAPS_pubmethodPushPromise(String^, String^, NameValueCollection^)

This API is to support applications sending push promises to HTTP 2.0 clients. You can find more details regarding to Http2 server push at HTTP/2 Specification Section 8.2: Server Push.(Overrides HttpResponseBase::PushPromise(String^, String^, NameValueCollection^).)

System_CAPS_pubmethodRedirect(String^)

Redirects a request to the specified URL.(Overrides HttpResponseBase::Redirect(String^).)

System_CAPS_pubmethodRedirect(String^, Boolean)

Redirects a request to the specified URL and specifies whether execution of the current process should terminate.(Overrides HttpResponseBase::Redirect(String^, Boolean).)

System_CAPS_pubmethodRedirectPermanent(String^)

Performs a permanent redirect from the requested URL to the specified URL.(Overrides HttpResponseBase::RedirectPermanent(String^).)

System_CAPS_pubmethodRedirectPermanent(String^, Boolean)

Performs a permanent redirect from the requested URL to the specified URL, and provides the option to complete the response.(Overrides HttpResponseBase::RedirectPermanent(String^, Boolean).)

System_CAPS_pubmethodRedirectToRoute(Object^)

Redirects a request to a new URL by using the specified route parameter values.(Overrides HttpResponseBase::RedirectToRoute(Object^).)

System_CAPS_pubmethodRedirectToRoute(RouteValueDictionary^)

Redirects a request to a new URL by using the specified route parameter values.(Overrides HttpResponseBase::RedirectToRoute(RouteValueDictionary^).)

System_CAPS_pubmethodRedirectToRoute(String^)

Redirects a request to a new URL by using the specified route name.(Overrides HttpResponseBase::RedirectToRoute(String^).)

System_CAPS_pubmethodRedirectToRoute(String^, Object^)

Redirects a request to a new URL by using the specified route name and route parameter values.(Overrides HttpResponseBase::RedirectToRoute(String^, Object^).)

System_CAPS_pubmethodRedirectToRoute(String^, RouteValueDictionary^)

Redirects a request to a new URL by using the specified route name and route parameter values.(Overrides HttpResponseBase::RedirectToRoute(String^, RouteValueDictionary^).)

System_CAPS_pubmethodRedirectToRoutePermanent(Object^)

Performs a permanent redirection from a requested URL to a new URL by using the specified route parameter values.(Overrides HttpResponseBase::RedirectToRoutePermanent(Object^).)

System_CAPS_pubmethodRedirectToRoutePermanent(RouteValueDictionary^)

Performs a permanent redirection from a requested URL to a new URL by using the specified route parameter values.(Overrides HttpResponseBase::RedirectToRoutePermanent(RouteValueDictionary^).)

System_CAPS_pubmethodRedirectToRoutePermanent(String^)

Performs a permanent redirection from a requested URL to a new URL by using the specified route name.(Overrides HttpResponseBase::RedirectToRoutePermanent(String^).)

System_CAPS_pubmethodRedirectToRoutePermanent(String^, Object^)

Performs a permanent redirection from a requested URL to a new URL by using a route name and route parameter values that correspond to the new URL.(Overrides HttpResponseBase::RedirectToRoutePermanent(String^, Object^).)

System_CAPS_pubmethodRedirectToRoutePermanent(String^, RouteValueDictionary^)

Performs a permanent redirection from a requested URL to a new URL by using the specified route name and route parameter values.(Overrides HttpResponseBase::RedirectToRoutePermanent(String^, RouteValueDictionary^).)

System_CAPS_pubmethodRemoveOutputCacheItem(String^)

Removes from the cache all cached items that are associated with the specified path.(Overrides HttpResponseBase::RemoveOutputCacheItem(String^).)

System_CAPS_pubmethodRemoveOutputCacheItem(String^, String^)

Uses the specified output-cache provider to remove all output-cache artifacts that are associated with the specified path.(Overrides HttpResponseBase::RemoveOutputCacheItem(String^, String^).)

System_CAPS_pubmethodSetCookie(HttpCookie^)

Updates an existing cookie in the cookie collection.(Overrides HttpResponseBase::SetCookie(HttpCookie^).)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodTransmitFile(String^)

Writes the specified file to the HTTP response output stream, without buffering it in memory.(Overrides HttpResponseBase::TransmitFile(String^).)

System_CAPS_pubmethodTransmitFile(String^, Int64, Int64)

Writes the specified part of a file to the HTTP response output stream, without buffering it in memory.(Overrides HttpResponseBase::TransmitFile(String^, Int64, Int64).)

System_CAPS_pubmethodWrite(Char)

Writes a character to an HTTP response output stream.(Overrides HttpResponseBase::Write(Char).)

System_CAPS_pubmethodWrite(array<Char>^, Int32, Int32)

Writes the specified array of characters to the HTTP response output stream.(Overrides HttpResponseBase::Write(array<Char>^, Int32, Int32).)

System_CAPS_pubmethodWrite(Object^)

Writes the specified object to the HTTP response stream.(Overrides HttpResponseBase::Write(Object^).)

System_CAPS_pubmethodWrite(String^)

Writes the specified string to the HTTP response output stream.(Overrides HttpResponseBase::Write(String^).)

System_CAPS_pubmethodWriteFile(IntPtr, Int64, Int64)

Writes the specified file to the HTTP response output stream.(Overrides HttpResponseBase::WriteFile(IntPtr, Int64, Int64).)

System_CAPS_pubmethodWriteFile(String^)

Writes the contents of the specified file to the HTTP response output stream as a file block.(Overrides HttpResponseBase::WriteFile(String^).)

System_CAPS_pubmethodWriteFile(String^, Boolean)

Writes the contents of the specified file to the HTTP response output stream and specifies whether the content is written as a memory block.(Overrides HttpResponseBase::WriteFile(String^, Boolean).)

System_CAPS_pubmethodWriteFile(String^, Int64, Int64)

Writes the specified file to the HTTP response output stream.(Overrides HttpResponseBase::WriteFile(String^, Int64, Int64).)

System_CAPS_pubmethodWriteSubstitution(HttpResponseSubstitutionCallback^)

Inserts substitution blocks into the response, which enables dynamic generation of regions for cached output responses.(Overrides HttpResponseBase::WriteSubstitution(HttpResponseSubstitutionCallback^).)

Return to top
Show: