This documentation is archived and is not being maintained.
ProxyGenerator Class
Visual Studio 2010
Represents a proxy code generator.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetClientProxyScript(Type, String, Boolean) | Retrieves the proxy generation code for the specified type. |
![]() ![]() | GetClientProxyScript(Type, String, Boolean, ServiceEndpoint) | Retrieves the proxy generation code for the specified type using the path and service end point. |
Use the GetClientProxyScript method to retrieve the ECMAScript (JavaScript) code that is used to generate the proxy class for a Web service, for a Windows Communication Foundation (WCF) service, or for static page methods that have the WebMethodAttribute attribute applied.
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:

