ServiceReference.GetProxyUrl Method (ScriptManager, Control)
.NET Framework (current version)
Provides a proxy URL from a derived ServiceReference object can be overridden as a customization.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
protected internal 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.
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
Available since 4.0
Show: