Hi guys,
If the SslWSocket sends command such as: “Time”,
SslWSocketServer is processing it and responding by giving the time to the 
client (this what I have noticed in the samples).

Now,
Can the same thing be done in the other way around?
SslWSocketServer sends command such as : ”Time”,
SslWSocket answers by sending the current time to the SslWSocketServer after 
processing.

I know how to do this in some other ways but wondering if it is possible to do 
it with the component since it is doing it in much better way.

My question will be,
can this be done for the client side where the client receives command from the 
server, processes it and responds to the server.
-------------------------------------------------------------------------------------------
procedure TSimpleSslServerForm.ProcessData(Client: TTcpSrvClient);
var
    I       : Integer;
    P       : Pointer;
    AClient : TTcpSrvClient;
begin
    { We could replace all those CompareText with a table lookup }
-------------------------------------------------------------------------------------------

Thanks
--
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

Reply via email to