Data.DbxDatasnap.TDBXDatasnapProperties.DSProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Unit: Data.DbxDatasnap
Parent: TDBXDatasnapProperties

Delphi

property DSProxyPort: Integer read GetDSProxyPort write SetDSProxyPort;

C++

__property int DSProxyPort = {read=GetDSProxyPort, write=SetDSProxyPort, nodefault};

Description

Specifies the DataSnap port on the proxy host.

The DSProxyPort property specifies the DataSnap port on the proxy host through which to send requests. The value of the DSProxyPort property is ignored if DSProxyHost is not set.

See Also