This documentation is archived and is not being maintained.
ServiceReference::GetProxyUrl Method
Visual Studio 2010
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 public: 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: