REST.Client.TRESTClient.ProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyPort;

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.

REST.Client.TRESTClient.ProxyPort inherits from REST.Client.TCustomRESTClient.ProxyPort. All content below this line refers to REST.Client.TCustomRESTClient.ProxyPort.


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