HttpServerUtilityBase::TransferRequest Method

 

When overridden in a derived class, asynchronously executes the end point at the specified URL.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodTransferRequest(String^)

When overridden in a derived class, asynchronously executes the end point at the specified URL.

System_CAPS_pubmethodTransferRequest(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.

System_CAPS_pubmethodTransferRequest(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.

System_CAPS_pubmethodTransferRequest(String^, Boolean, String^, NameValueCollection^, Boolean)

Return to top
Show: