This documentation is archived and is not being maintained.
System.Web.Script.Services Namespace
Visual Studio 2008
The System.Web.Script.Services namespace provides attributes to customize Web service support for using AJAX functionality in ASP.NET.
| Class | Description | |
|---|---|---|
![]() | 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. |
| Enumeration | Description | |
|---|---|---|
![]() | ResponseFormat | Specifies how the Web method return-type is serialized. |
Show:
