REST.Backend.KinveyApi.TKinveyApi.TConnectionInfo.ProxyServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ProxyServer: string;

C++

System::UnicodeString ProxyServer;

Properties

Type Visibility Source Unit Parent
field public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TConnectionInfo

Description

Contains the proxy server.

The ProxyServer field contains a string with the proxy server.

The ProxyServer receives the REST requests and responses passed between the REST client and server. You may use a proxy server to improve security or limit the access.

See Also