System.Web.Script.Services Namespace
.NET Framework 4
The System.Web.Script.Services namespace provides attributes that let you customize Web service support for 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. |