WebClient Class |
Namespace: NScrape
The WebClient 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 | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnAddingCookie |
Raises the AddingCookie event.
|
![]() | OnProcessingResponse |
Raises the ProcessingResponse event.
|
![]() | OnSendingRequest |
Raises the SendingRequest event.
|
![]() ![]() | 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.
|
![]() | ToString | (Inherited from Object.) |
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.
|