C# Windows Store WebView get user-agent -


is there way extract user-agent string webview control uses? if so, appreciate if can give me method so. using following not seem work:

        var useragent = new stringbuilder(256);         int length = 0;         urlmkgetsessionoption(urlmonoptionuseragent, useragent, useragent.capacity - 1, ref length, 0); 

i take back, using urlmkgetsessionoption mentioned in code above work.


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -