HttpServerUtilityWrapper::Transfer Method
Terminates execution of the current process and starts execution of a different process for the current request.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Transfer(IHttpHandler^, Boolean) | Terminates execution of the current process and starts execution of a new request, using a custom HTTP handler and a value that specifies whether to clear the QueryString and Form collections.(Overrides HttpServerUtilityBase::Transfer(IHttpHandler^, Boolean).) |
![]() | Transfer(String^) | Terminates execution of the current process and starts execution of a page or handler that is specified with a URL.(Overrides HttpServerUtilityBase::Transfer(String^).) |
![]() | Transfer(String^, Boolean) | Terminates execution of the current page and starts execution of a different page or handler by using the specified URL and a value that specifies whether to clear the QueryString and Form collections.(Overrides HttpServerUtilityBase::Transfer(String^, Boolean).) |
