I have C# webservice webmethods hosted on a server and accessed by different applications(web,winforms etc).
Is there any way i can detect that these parameters are sent from winforms, these are from webservices on a webservice?
All they do is adding a web reference and passing parameters, i wish to see in my end what parameters they pass (to test some use cases).
Any thoughts?
Thanks.
[WebMethod]in and of itself does not provide a way to tell what kind of client called it. How would you do that within the[WebMethod]? – Oded Aug 12 '10 at 21:03[WebMethod]– John Saunders Aug 12 '10 at 22:32