REST.Client.TRESTClient.ProxyPort

From RAD Studio API Documentation

Delphi

property ProxyPort: Integer read GetProxyPort write SetProxyPort default 0;

C++

__property ProxyPort = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTClient

Description

Specifies a port number for the HTTP proxy server, if any. {{#multireplace:REST.Client.TRESTClient.ProxyPort|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:REST.Client.TCustomRESTClient.ProxyPort|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:REST.Client.TCustomRESTClient.ProxyPort|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.


Specifies a port number for the HTTP proxy server, if any.

When the port number is set to 0 (zero), the property is ignored.

Note: The default value of this property is 0 (zero).