Internet Direct (Indy)
Home
PreviousUpNext
TIdUDPClient.TransparentProxy Property

Implements a transparent proxy connection for the UDP client.

Pascal
property TransparentProxy: TIdCustomTransparentProxy;

TransparentProxy is a TIdCustomTransparentProxy property that implements a transparent proxy connection for the UDP client. 

TransparentProxy implements a transparent proxy or gateway mechanism based on the SOCKS version 5 protocol. 

TransparentProxy is used in the Connect method (when assigned) to create an assocation between the socket handle for the client and the values indicated in the Host and Port properties. 

Use OpenProxy to initailize and enable the TransparentProxy prior to calling Connect

Use Disconnect to ensure that the TransparentProxy (when assigned) is closed using CloseProxy and disabled for the UDP client.

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.