Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.ProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: IProxyConnectionInfo

Delphi

property ProxyPort: Integer read GetProxyPort write SetProxyPort;

C++

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

Description

Represents the port for the connection with the proxy server.

Use ProxyPort in order to access the value of the proxy port.

See Also