Windows
Windows SDK for native desktop applications
Last updated
Windows SDK for native desktop applications
Last updated
We recommend installing the Cobrowse.io SDK using NuGet. Add the following package to your projects:
To use Cobrowse.io in your project, use the Cobrowse.IO
namespace:
To start Cobrowse.io:
Please register an account and generate your free License Key at https://cobrowse.io/dashboard/settings.
This will associate sessions from your Windows app with your Cobrowse account.
Once you have your app running on a Windows computer, navigate to https://cobrowse.io/dashboard to see your device listed. You can click the "Connect" button to initiate a Cobrowse session!
.NET Framework 4.6+, .NET Core 3+, .NET 5.0+
Minimum supported OS is Windows 7
x86 and x64 architectures only are supported
For Windows 10 HiDPI mode (when display scale is not 100%) client application should be "DPI aware". To enable this please add app.manifest
("New item" -> "Application Manifest File" in Visual Studio) and add/uncomment the following XML tag:
Any questions at all? Please email us at hello@cobrowse.io.