Web
Definition
Non-visible component that provides functions for HTTP GET, POST, PUT, and DELETE requests.
Properties
- AllowCookies
- Specifies whether cookies should be allowed
- RequestHeaders
- Sets the request headers.
- ResponseFileName
- Specifies the name of the file where the response should be saved. If SaveResponse is true and ResponseFileName is empty, then a new file name will be generated.
- SaveResponse
- Specifies whether the response should be saved in a file.
- Timeout
- Returns the number of milliseconds that each request will wait for a response before they time out. If set to 0, then the request will wait for a response indefinitely.
- Url
- Specifies the URL.