HttpServerUtilityBase::TransferRequest Method
.NET Framework (current version)
When overridden in a derived class, asynchronously executes the end point at the specified URL.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | TransferRequest(String^) | When overridden in a derived class, asynchronously executes the end point at the specified URL. |
![]() | TransferRequest(String^, Boolean) | When overridden in a derived class, asynchronously executes the endpoint at the specified URL and specifies whether to clear the QueryString and Form collections. |
![]() | TransferRequest(String^, Boolean, String^, NameValueCollection^) | When overridden in a derived class, asynchronously executes the endpoint at the specified URL by using the specified HTTP method and headers. |
![]() | TransferRequest(String^, Boolean, String^, NameValueCollection^, Boolean) |
Show:
