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

StackOverflow https://stackoverflow.com/questions/2915278

  •  04-10-2019
  •  | 
  •  

سؤال

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

هل كانت مفيدة؟

المحلول

I don't know if you still need this, but...

My default is:

User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.1)

نصائح أخرى

User Agent:

Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.1)

Mozila = Default Browser 4.0 = Version for Default Browser MSIE = Microsoft Internet Explore 6.0 = Version of Microsoft Internet Explorer Default Text = Web Service Client Protocol (Editable in web service) 4.0.30319.1 = Version of CLR (Editable in web service)

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top