GetWebRequest Class |
Namespace: NScrape
The GetWebRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| GetWebRequest |
Initializes a new instance of the GetWebRequest class.
| |
| GetWebRequest(Uri) |
Initializes a new instance of the GetWebRequest class, specifying the destination.
| |
| GetWebRequest(Uri, Boolean) |
Initializes a new instance of the GetWebRequest class, specifying the destination and redirection.
|
| Name | Description | |
|---|---|---|
| AutoRedirect |
Gets or sets a value specifying whether the request shall be automatically redirected.
(Inherited from WebRequest.) | |
| Destination |
Gets or sets the destination of the request.
(Inherited from WebRequest.) | |
| Headers |
Gets the collection of headers that shall be sent with the request.
(Inherited from WebRequest.) | |
| IsXmlHttpRequest |
Gets or sets a value indicating whether the request shall attempt to mimic a JQuery request.
(Inherited from WebRequest.) | |
| Type |
Gets the type of the request.
(Inherited from WebRequest.) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Gets a String that represents the current GetWebRequest.
(Overrides ObjectToString.) |