ProxyGenerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a proxy code generator.
public ref class ProxyGenerator abstract sealed
public static class ProxyGenerator
type ProxyGenerator = class
Public Class ProxyGenerator
- Inheritance
-
ProxyGenerator
Remarks
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 service, or for static page methods that have the WebMethodAttribute attribute applied.
Methods
GetClientProxyScript(Type, String, Boolean, ServiceEndpoint) |
Retrieves the proxy generation code for the specified type using the path and service end point. |
GetClientProxyScript(Type, String, Boolean) |
Retrieves the proxy generation code for the specified type. |