NWebRequest Class Methods
In This Topic
For a list of all members of this type, see NWebRequest members.
Public Methods
| Name | Description |
| Abort | Aborts this web request. This method has no effect if the request has been completed. If the request is not submitted or is in-progress, the Completed event is raised immediately, with an Aborted respose type. |
| Submit | Sends a web request. When a response arrives or if the request gets aborted, this request will raise the Completed event. Use the Status property of the response to determine whether the request has been executed successfully. |
| TryCreate | Tries to create a new URI request for the resourse located at the specified URI. Current recognized are HTTP, HTTPS and FILE URIs. |
Top
Protected Methods
See Also