HttpServerUtility.TransferRequest Method
.NET Framework (current version)
Performs an asynchronous execution of the specified URL.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | TransferRequest(String) | Performs an asynchronous execution of the specified URL. |
![]() | TransferRequest(String, Boolean) | Performs an asynchronous execution of the specified URL and preserves query string parameters. |
![]() | TransferRequest(String, Boolean, String, NameValueCollection) | Performs an asynchronous execution of the specified URL using the specified HTTP method and headers. |
![]() | TransferRequest(String, Boolean, String, NameValueCollection, Boolean) |
TransferRequest was introduced in the .NET Framework version 3.5. For summary information about the .NET Framework, see .NET Framework Versions and Dependencies.
Show:
