I am able to log into the server with SWQL Studio and execute queries, but using the same credentials and hostname in CSClient Sample project results in
I opened the sample project in 2013 Express, put values in the variables hostname, username, and password and add the line "Console.Write(client.Endpoint.Address.Uri);", built successfully and then ran. The console opened and displayed the Uri, but then timed out, giving me the error.
As a means of debugging I want to know if SWQL Studio uses the same API, as I thought the SolarWinds YouTube video on SDK stated. If it uses the same API, why is not the sample project not working?