|
|
| Accept | A list of acceptable MIME types for the request.
|
| AuthScheme | The authentication scheme to use when server authorization is required.
|
| BuildDOM | When True, an internal object model of the XML document is created.
|
| 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.
|
| Namespaces | A collection of namespaces in the current stack.
|
| 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.
|
| Proxy | A set of properties related to proxy access.
|
| 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 post information to.
|
| User | A user name if authentication is to be used.
|
| Validate | When True, the parser checks that the document consists of well-formed XML.
|
| XAttributes | A collection of attributes of the current element.
|
| XChildren | Collection of child elements of the current element.
|
| XElement | The name of the current element.
|
| XErrorPath | An XPath to check in the server response for errors.
|
| XNamespace | The namespace of the current element.
|
| XParent | The parent of the current element.
|
| XPath | Provides a way to point to a specific element in the response.
|
| XPrefix | The prefix of the current element.
|
| XSubTree | A snapshot of the current element in the document.
|
| XText | The text of the current element.
|