REST.Client.TCustomRESTClient.ProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyPort: Integer read GetProxyPort write SetProxyPort default 0;

C++

__property int ProxyPort = {read=GetProxyPort, write=SetProxyPort, default=0};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient

Description

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).