Hello Francois, Stupid I am, I thought about this answer two minutes after sending this mail and leaving work to go back home...
Neverless thanks because now I know it is the good way of simply set banner empty and then do a first Sending as banner :-) Regards. >> I am working on some kind of proxy that should send back a dynamic >> banner. >> >> This is simple as the banner property can be set at during client >> socket Create or Connect. >> >> I want that when client connect to proxy, proxy ask something to >> server, get answer from server and set banner property from some >> elements returned by server. >> >> Any idea how to do this ? FP> The banner is simply the first thing sent to the client. Set TWSocketServer FP> banner to empty string so that the component doesn't send any banner. Then FP> send yourself what you want when you want. When client connect, connect your FP> proxy to the server to get the info you need. Then send that info back to FP> the client. It will be seen as the banner. FP> -- FP> Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html FP> -- FP> [EMAIL PROTECTED] FP> http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be