[twsocket] Know the method used inside OnRequestDone?

2012-12-12 Thread Bruno Mannina
Dear ICS User, Is exist a way to know inside the OnRequestDone if the command done was a POST or a GET ? Thanks, Bruno -- 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

Re: [twsocket] Know the method used inside OnRequestDone?

2012-12-12 Thread brian -
RqType: THttpRequest; this holds the request type, such as get, post, put, head etc. On Wed, Dec 12, 2012 at 3:12 PM, Bruno Mannina bmann...@free.fr wrote: Dear ICS User, Is exist a way to know inside the OnRequestDone if the command done was a POST or a GET ? Thanks, Bruno -- To

Re: [twsocket] Know the method used inside OnRequestDone?

2012-12-12 Thread Bruno Mannina
Hi Brian, Great ! Thanks ! THttpRequest = (httpABORT, httpGET, httpPOST, httpPUT, httpHEAD, httpCLOSE); Le 12/12/2012 16:52, brian - a écrit : RqType: THttpRequest; this holds the request type, such as get, post, put, head etc. On Wed, Dec 12, 2012 at 3:12