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