Getting a handle to a web service
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everybody, I was developing an Windows Application that uses a USB device. To communicate with this device I needed a Handle to my application. That was fairly simple, I just used this.Handle in the Windows Form! Now I want to build a web service that connects to the same USB device. Therefore, I need a Handle to my web service, but there is no such thing as this.Handle in HttpApplication! There must be a way of getting it, but I can't find it! Can anybody please help me? Thanks!