Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detection for mobile device
Message
From
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:
01629367
Views:
30
>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.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform