Hi,
It doesn't quite make sense to me that I can set the user agent, but can't "get" it.
I want to customize it via CustomUserAgent propery -
http://www.essentialobjects.com/doc/6/eo.webbrowser.webview.customuseragent.aspxI simply want to add a few characters on the end of the existing user agent string.
But there doesn't seem to be any way to get the user agent string being used...
Which is very odd.
I understand I can work out what it is, but this is really not as useful, I need to always get "whatever it is right now" and then append something.
For this, I really need a UserAgent property {get ;} only and the CustomerUserAgent property.
Can you take this as a suggestion or is there any reliable way to get the user agent string, so I don't have to hard code one in?