HttpServerUtilityBase::TransferRequest Method (String^)

 

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)

public:
virtual void TransferRequest(
	String^ path
)

Parameters

path
Type: System::String^

The URL of the page or handler to execute.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: