on timeout call function (wodHttpDLX)
hello there,
how can I call a function on timeout.. I am using the wodhttpd.dll file with vb.net
hello there,
how can I call a function on timeout.. I am using the wodhttpd.dll file with vb.net
Hi,
Did you try using UserDisconnected event?
When Timeout occurs, connection to server is bacially closed, so UserDisconnected event will trigger,
Regards,
Damba