ProxyGenerator Class

Definition

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)

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.

Applies to

See also