Good afternoon,
I need to make the request through the browser (chrome) calling a windows form c # on the same computer, which is a biometrics application, both use C #.
I have both codes, I made through websocket where the desktop application waits for the request to open websocket, it worked out I did not like the result, websocket sometimes does not receive the complete bits.
I would like a webservice solution, but the request has to start with the parameters of the browser, and so open the windows form later after registering the digital or validate give a browser callback again.
Thank you