for those who want to evaluate xServer through xServer.NET it is helpful to know where to get the latest version of the SDK or the demo suite.
- Online Docu
- Our wizzard Oliver also provides some interesting samples on his xServer.NET github.
- We also offer NuGet packet manager integration: Install-Package Ptv.XServer.Net
- Short demo video (subscribe my channel for more!)
Code: Select all
formsMap.XMapUrl = "https://xserver2-europe-eu-test.cloud.ptvgroup.com/services/rest/XMap";
formsMap.XMapCredentials = "xtok:" + YourToken;Bernd