Class THttpRequestProps
Unit
Declaration
type THttpRequestProps = class(TObject)
Description
Generic properties of request. All of them except URL are common - assigned once and applied to all requests in current queue. Changing the properties won't take effect until queue gets empty.
Hierarchy
- TObject
- THttpRequestProps
Overview
Fields
![]() |
URL: string; |
![]() |
Proxy: string; |
![]() |
HttpUserName: string; |
![]() |
HttpPassword: string; |
![]() |
HeaderLines: TStrings; |
![]() |
Additional: Pointer; |
Methods
![]() |
destructor Destroy; override; |
![]() |
function Clone: THttpRequestProps; virtual; |
Description
Fields
![]() |
URL: string; |
|
HTTP URL to access. | |
![]() |
Proxy: string; |
|
| |
![]() |
HttpUserName: string; |
|
Access login name. | |
![]() |
HttpPassword: string; |
|
Access login pass. | |
![]() |
HeaderLines: TStrings; |
|
HTTP header. | |
![]() |
Additional: Pointer; |
|
Any data that request function could use. Note that data MUST not change as it is not copied in Clone and is being accessed from multiple threads. Alternatively, | |
Methods
![]() |
destructor Destroy; override; |
|
This item has no description. | |
![]() |
function Clone: THttpRequestProps; virtual; |
|
Create modifiable copy | |
Generated by PasDoc 0.16.0.
