Ανάγνωση στα Αγγλικά Επεξεργασία

Κοινή χρήση μέσω


ProxyGenerator Class

Definition

Represents a proxy code generator.

C#
public static 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.

Applies to

Προϊόν Εκδόσεις
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also