Capture HTTP_USER_AGENT in WinForms?
-
Forgive me if this is a stupid request... In web apps (classic ASP) I can capture the HTTP_USER_AGENT ServerVariable which reports the complete client browser information, including what .NET Frameworks are installed. Is there any possible way I can capture this (or an equivalent) in a WinForms application (without going to a web server)? Basically what I'm after is a complete list of all the .NET Frameworks installed and the HTTP_USER_AGENT seemed to be my best bet. Thanks... Steve
-
Forgive me if this is a stupid request... In web apps (classic ASP) I can capture the HTTP_USER_AGENT ServerVariable which reports the complete client browser information, including what .NET Frameworks are installed. Is there any possible way I can capture this (or an equivalent) in a WinForms application (without going to a web server)? Basically what I'm after is a complete list of all the .NET Frameworks installed and the HTTP_USER_AGENT seemed to be my best bet. Thanks... Steve