Data.DbxDatasnap.TDBXDatasnapProperties.DSProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSProxyPort: Integer read GetDSProxyPort write SetDSProxyPort;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Data.DbxDatasnap TDBXDatasnapProperties

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