This documentation is archived and is not being maintained.
HttpServerUtility::TransferRequest Method
Visual Studio 2010
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 was introduced in the .NET Framework version 3.5. For summary information about the .NET Framework, see .NET Framework Versions and Dependencies.
Show: