コード例 #1
0
        // This is the main entry point of the application.
        static void Main(string[] args)
        {
            var t = new Square.SocketRocket.WebSocket();

            // if you want to use a different Application Delegate class from "AppDelegate"
            // you can specify it here.
            UIApplication.Main(args, null, "AppDelegate");
        }
コード例 #2
0
 public static void Close(this Square.SocketRocket.WebSocket webSocket, long code, string reason) => webSocket?.Close((Square.SocketRocket.StatusCode)code, reason);