WebRequestManager Methods

Methods

Name

Description

Sys.Net.WebRequestManager Constructor

Initializes a new instance of the Sys.Net.WebRequestManager class when implemented in a derived class.

Sys.Net.WebRequestManager add_completedRequest Method

Adds the handler for processing the event issued after the Web request is executed.

Sys.Net.WebRequestManager add_invokingRequest Method

Adds the handler for processing the event issued before the Web request is executed.

Sys.Net.WebRequestManager remove_completedRequest Method

Removes the handler for processing the event issued after the Web request is executed.

Sys.Net.WebRequestManager remove_invokingRequest Method

Removes the handler for processing the event issued before the Web request is executed.

Sys.Net.WebRequestManager.executeRequest Method

Executes the specified Web request.

See Also

Reference

Sys.Net.WebRequestManager Class