[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Proxy server configuration data
Source position: fphttpclient.pp line 91
type TProxyData = class(TPersistent) |
||
public |
||
procedure Assign(); override; |
|
Assigns proxy settings from another object |
property Host: string; [rw] |
|
Proxy server hostname or IP address |
|
Proxy server port number |
|
property UserName: string; [rw] |
|
Username for proxy authentication |
property Password: string; [rw] |
|
Password for proxy authentication |
end; |
|
Proxy server configuration data |
|
| | | ||
| | | ||
TProxyData stores proxy server configuration including host, port, and authentication credentials. It is used by the HTTP client to route requests through proxy servers.
|
Proxy server configuration |