System.Web.Script.Services Namespace
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.
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. |