What is the default http user agent header sent by the .NET SoapClient class?
views:
49answers:
2
A:
I don't know the answer, but I know how to find the answer. Enable System.Net trace source and look at the headers it sends.
Tergiver
2010-05-27 01:56:02
+1
A:
You can use Fiddler to intercept HTTP traffic and display the request and response headers.
paludarium
2010-09-22 18:18:54