Navico.GoFree.GoFree C# (CSharp) Method

GoFree() public method

public GoFree ( string url ) : System
url string
return System
        public GoFree(string url)
        {
            _ws       = new WebSocket(url);
            //            _msgQ     = Queue.Synchronized(new Queue());

            configure();
        }