Datasnap.DSCommon.TDSClientCallbackChannelManager.ProxyPort

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ProxyPort: Integer read FProxyPort write FProxyPort default 8888;

C++

__property int ProxyPort = {read=FProxyPort, write=FProxyPort, default=8888};

Propriétés

Type Visibilité  Source Unité  Parent
property published
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

Le port sur l'hôte proxy.

La propriété ProxyPort spécifie le port sur l'hôte proxy à travers lequel envoyer des requêtes. ProxyPort est ignorée si la propriété ProxyHost n'est pas définie.

Voir aussi