Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detection for mobile device
Message
From
29/12/2015 10:31:38
 
 
To
29/12/2015 08:06:59
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01629341
Message ID:
01629378
Views:
32
>>If you are creating the request why not just set the UserAgent property yourself ?
>
>The request is creating from:
>
>
>Public Class WebForm
>	Inherits System.Web.UI.Page
>
>	Public oProcess As LXProcess = New LXProcess()
>		oProcess.oRequest = Request
>
>End Class
>
>Public Class LXProcess
>
>    Public oRequest As System.Web.HttpRequest
>
>End Class
>
>
>So, basically, this is the standard page request object. I believe this is the proper way to set it.

oProcess.oRequest.UserAgent = "xxxxx"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform