IWebClient Interface |
Namespace: NScrape
The IWebClient type exposes the following members.
Name | Description | |
---|---|---|
CookieJar |
Gets the cookies that have been collected by the WebClient in the course of executing requests.
| |
UserAgent |
Gets or sets the user agent for requests made by a WebClient.
|
Name | Description | |
---|---|---|
SendRequest(Uri) |
Sends a GET request.
| |
SendRequest(WebRequest) |
Sends a GET or POST request.
| |
SendRequest(Uri, Boolean) |
Sends a GET request, specifying redirection.
| |
SendRequest(Uri, String) |
Sends a POST request.
| |
SendRequest(Uri, String, Boolean) |
Sends a POST request, specifying redirection.
|
Name | Description | |
---|---|---|
AddingCookie |
Occurs when a cookie is added to the CookieJar.
| |
ProcessingResponse |
Occurs when a response has been received and is about to be processed.
| |
SendingRequest |
Occurs when a request is being sent.
|