Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.SetProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetProxyPort(Val: Integer);

C++

virtual void __fastcall SetProxyPort(int Val) = 0 ;

Description

Sets the port for the connection with the proxy server.

SetProxyPort is the setter method for the ProxyPort property.

See Also