HttpServerUtilityWrapper::Transfer Method

 

Terminates execution of the current process and starts execution of a different process for the current request.

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

NameDescription
System_CAPS_pubmethodTransfer(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).)

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

System_CAPS_pubmethodTransfer(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).)

Return to top
Show: