Manages the flow of the Web requests issued by the Sys.Net.WebRequest object to the associated executor object.
Initializes a new instance of the Sys.Net.WebRequestManager class when implemented in a derived class.
Registers a handler for the completed request event of the WebRequestManager.
The function registered to handle the completed request event.
Registers a handler for processing the invoking request event of the WebRequestManager.
The function registered to handle the invoking request event.
Sends Web requests to the default network executor. This member supports the client-script infrastructure and is not intended to be used directly from your code.
An instance of the Sys.Net.WebRequest class.
Gets or sets the default network executor type that is used to make network requests.
The object that represents the default Web request executor.
Gets or sets the time-out for the default network executor.
number
An integer value that indicates the current time-out for the default executor.
Removes the event handler set by the addcompletedRequest method. Use the remove completedRequest method to remove the event handler you set using the add_ completedRequest method.
The function that handles the completed request event.
Removes the event handler set by the add_invokingRequest method. Use the remove_invokingRequest method to remove the event handler you set using the add_invokingRequest method.
The function that handles the invoking request event.
Gets or sets the default network executor type that is used to make network requests.
A reference to an implementation of the WebRequestExecutor class.
Gets or sets the time-out for the default network executor.
The time in milliseconds that the default executor should wait before timing out a Web request. This value must be 0 or a positive integer.