windows phone 8 - Modify user-agent WP8 -


in windows phone 8 app, call external apis developed client may in php. told user agent showing nativehost. want windows phone better track windows phone requests.

try setting the httpwebrequest.useragent property.


Comments

Popular posts from this blog

winapi - How to get a user input on a MessageBox on C++? -

c++ - How call method from Qt GUI in background worker thread using QThread -