HttpServerUtility.TransferRequest Method
.NET Framework 4.5
Performs an asynchronous execution of the specified URL.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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) | Performs an asynchronous execution of the specified URL using the specified HTTP method, headers, and path, and optionally preserves form values and the user identity. |
TransferRequest was introduced in the .NET Framework version 3.5. For summary information about the .NET Framework, see .NET Framework Versions and Dependencies.