REST.HttpClient.TRESTHTTP.ProxyParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyParams: IProxyConnectionInfo read GetProxyParams;

C++

__property _di_IProxyConnectionInfo ProxyParams = {read=GetProxyParams};

Properties

Type Visibility Source Unit Parent
property public
REST.HttpClient.pas
REST.HTTPClient.hpp
REST.HttpClient TRESTHTTP

Description

Gets the proxy server connection properties.

See Also