Web Server API through .net
Anyone have any experience connecting to the Web Server API using .net? I'm trying to automate loading prints to the queue. I've been able to establish a connection using System.Net.WebSockets.ClientWebSocket as explained here , however I've been unable to receive any response from the server. I'm not sure how to handle the sessionID part of the connection and I believe this is the problem. Any help would be greatly appreciated.