ServiceReference::GetProxyUrl Method (ScriptManager^, Control^)

.NET Framework (current version)
 

Provides a proxy URL from a derived ServiceReference object can be overridden as a customization.

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

public protected:
virtual String^ GetProxyUrl(
	ScriptManager^ scriptManager,
	Control^ containingControl
)

Parameters

scriptManager
Type: System.Web.UI::ScriptManager^

The ScriptManager control on the page.

containingControl
Type: System.Web.UI::Control^

A Control object.

Return Value

Type: System::String^

A proxy URL.

The containingControl parameter is the ScriptManager object or ScriptManagerProxy object on which the ServiceReference object is defined and should be used as a basis for relative URL resolution.

.NET Framework
Available since 4.0
Return to top
Show: