User-Agent

From World Wind Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 02:46, 17 February 2005 (edit)
Jessi (Talk | contribs)

← Previous diff
Revision as of 02:49, 17 February 2005 (edit) (undo)
Llynix (Talk | contribs)
(added mozilla)
Next diff →
Line 2: Line 2:
World Wind v1.2.1873.34143 (Microsoft Windows NT 5.1.2600.0, en-US) World Wind v1.2.1873.34143 (Microsoft Windows NT 5.1.2600.0, en-US)
 +
 +
 +Mozilla user agent:
 +
 +Mozilla/5.001 (windows; U; NT4.0; en-us) Gecko/25250101
 +
 +Current Code:
 +
 +static readonly string UserAgent = String.Format("World Wind v{0} ({1}, {2})",
 + System.Windows.Forms.Application.ProductVersion,
 + Environment.OSVersion.ToString(),
 + System.Globalization.CultureInfo.CurrentCulture.Name);

Revision as of 02:49, 17 February 2005

Current World Wind user agent:

World Wind v1.2.1873.34143 (Microsoft Windows NT 5.1.2600.0, en-US)


Mozilla user agent:

Mozilla/5.001 (windows; U; NT4.0; en-us) Gecko/25250101

Current Code:

static readonly string UserAgent = String.Format("World Wind v{0} ({1}, {2})", System.Windows.Forms.Application.ProductVersion, Environment.OSVersion.ToString(), System.Globalization.CultureInfo.CurrentCulture.Name);

Personal tools