Request.Browser.Platform can determine what? UNIX or Linux?

R

Rad [Visual C# MVP]

Does the documented property value UNIX [1] mean the
Request.Browser.Platform property determines requests are being made from a
Linux machine?

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-88043838&z=17&l=0&m=h

[1]
http://msdn.microsoft.com/library/d...HttpBrowserCapabilitiesClassPlatformTopic.asp

I think UNIX generalizes among the various *nix family -- Irix, AIX, SCO,
Linux, etc.

You might have better lack parsing the string in this property:
Request.ServerVariables["HTTP_USER_AGENT"]
 
C

clintonG

I still don't have a Linux distro installed on my itsy bitsy teeny weeny LAN
but this is sure a good reason to do so.

--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-88043838&z=17&l=0&m=h


Rad said:
Does the documented property value UNIX [1] mean the
Request.Browser.Platform property determines requests are being made from
a
Linux machine?

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-88043838&z=17&l=0&m=h

[1]
http://msdn.microsoft.com/library/d...HttpBrowserCapabilitiesClassPlatformTopic.asp

I think UNIX generalizes among the various *nix family -- Irix, AIX, SCO,
Linux, etc.

You might have better lack parsing the string in this property:
Request.ServerVariables["HTTP_USER_AGENT"]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top