|
|
| Accept | A list of acceptable MIME types for the request.
|
| AllowHTTPCompression | This property enables HTTP compression for receiving data.
|
| AttachedFile | A file to append to PostData if the POST or PUT methods are used.
|
| AuthScheme | The authorization scheme to be used when server authorization is to be performed.
|
| Connected | Shows whether the component is connected.
|
| ContentType | Content type for posts and puts.
|
| Cookies | Collection of cookies.
|
| Firewall | A set of properties related to firewall access.
|
| FollowRedirects | Determines what happens when the server issues a redirect.
|
| From | The email address of the HTTP agent (optional).
|
| HTTPMethod | The HTTP method used for the request.
|
| Idle | The current status of the component.
|
| IfModifiedSince | A date determining the maximum age of the desired document.
|
| LocalFile | The path to a local file for downloading. If the file exists, it is overwritten.
|
| LocalHost | The name of the local host or user-assigned IP interface through which connections are initiated or accepted.
|
| OtherHeaders | Other headers as determined by the user (optional).
|
| ParsedHeaders | Collection of headers returned from the last request.
|
| Password | A password if authentication is to be used.
|
| PostData | The data to post with the URL if the POST method is used.
|
| Pragma | A browser/server specific header line (optional).
|
| Proxy | A set of properties related to proxy access.
|
| Range | The byte-range to be sent to the server.
|
| Referer | Referer URL/document (optional).
|
| StatusLine | The first line of the last server response.
|
| Timeout | A timeout for the component.
|
| TransferredData | The contents of the last response from the server.
|
| TransferredDataLimit | The maximum of data to be transferred.
|
| TransferredHeaders | The full set of headers as received from the server.
|
| URL | The URL to fetch.
|
| URLPath | The path for the URL.
|
| URLPort | The port for the URL.
|
| URLScheme | The scheme for the URL.
|
| URLServer | The server for the URL.
|
| User | A user name if authentication is to be used.
|