How to detect user agent in WCF web service
Posted
by Kangkan
on Stack Overflow
See other posts from Stack Overflow
or by Kangkan
Published on 2010-05-03T17:20:35Z
Indexed on
2010/05/23
16:11 UTC
Read the original article
Hit count: 556
How can I detect the user agent in a web service? My web service is implemented using a WCF webservice with basicHTTPBinding. It will be a post from some SOAP clients. I wish to know the user-agent from the clients.
I shall like to see some sample code for this.
© Stack Overflow or respective owner