-
Book Overview & Buying
-
Table Of Contents
Microsoft AJAX Library Essentials: Client-side ASP.NET AJAX 1.0 Explained
By :
We cover the following classes of Sys.Net:
Sys.Net.NetworkRequestEventArgs
Sys.Net.WebRequest
Sys.Net.WebRequestExecutor
Sys.Net.WebRequestManager
Sys.Net.XmlHttpExecutor
Sys.Net.NetworkRequestEventArgs (Figure A-43) stores the underlying Sys.Net.WebRequest and is passed as an argument object for the invokingRequest event.
![]() |
Figure A-43 Sys.Net.NetworkRequestEventArgs
Sys.WebRequest (Figure A-44) encapsulates the necessary functionality in order to make web requests from the client side. It uses an underlying Sys.Net.WebRequestExecutor (Sys.Net.XmlHttpExecutor by default) to actually make a request. It exposes properties, methods, and events in order to easily make a request.
![]() |
Figure A-44 Sys.WebRequest
Sys.Net.WebRequestExecutor (Figure A-45) represents an “abstract” class (by convention as some of the methods throw an Error.notImplemented() error) and it is the base class...
Change the font size
Change margin width
Change background colour

