Signed Source® Project wrote: > Hi guys, > One more question, > Is it possible to encrypt the connection between the client and > server? if yes, > I would appreciated any help you could provide.
Of course it is possible, however it has to be implemented by yourself. You are able derive your own components from TWSocket or from TWSocketClient and override some methods, TriggerDataAvailable and PutDataInSendBuffer should do the trick (untested though). -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
