ProxyGenerator Class
.NET Framework 4.5
Represents a proxy code generator.
Namespace: System.Web.Script.Services
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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
