views:

49

answers:

2

What is the default http user agent header sent by the .NET SoapClient class?

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.

Using System.Net Tracing

Tergiver
+1  A: 

You can use Fiddler to intercept HTTP traffic and display the request and response headers.

http://www.fiddler2.com

paludarium