This documentation is archived and is not being maintained.
HttpServerUtilityWrapper::Transfer Method (IHttpHandler, Boolean)
Visual Studio 2010
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.
Assembly: System.Web (in System.Web.dll)
Parameters
- handler
- Type: System.Web::IHttpHandler
The HTTP handler to transfer the current request to.
- preserveForm
- Type: System::Boolean
true to preserve the QueryString and Form collections; false to clear the QueryString and Form collections.
| Exception | Condition |
|---|---|
| ApplicationException | The current page request is a callback. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: