System.Web.Script.Services Namespace
Provides attributes that let you customize Web service support for AJAX functionality in ASP.NET.
Classes
GenerateScriptTypeAttribute |
Specifies that the server type must be generated in the proxy object. This class cannot be inherited. |
ProxyGenerator |
Represents a proxy code generator. |
ScriptMethodAttribute |
Specifies which HTTP verb is used to invoke a method, and the format of the response. This class cannot be inherited. |
ScriptServiceAttribute |
Indicates that a Web service can be invoked from script. This class cannot be inherited. |
Enums
ResponseFormat |
Specifies how the Web method return-type is serialized. |