Internet Direct (Indy)
Home
PreviousUpNext
TIdIOHandlerSocket.TransparentProxy Property

Represents the proxy server to use for the IOHandler connection.

Pascal
property TransparentProxy: TIdCustomTransparentProxy;

TransparentProxy is a TIdCustomTransparentProxy property that represents the proxy server to use for the IOHandler connection. 

Reading the value in TransparentProxy will ensure that a TIdSocksInfo instance has been created for the property. 

Assigning a new TIdCustomTransparentProxy to the property ensures that an existing value in the property is freed, an that the correct class type is used for creating the new object instance for the property. 

TransparentProxy is freed (when assigned) in Destroy.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.