Пример #1
0
        public string getSocketImplementationInfo()
        {
            string wsImplementationinfo = "Unknown";

            wsImplementationinfo = websocket?.GetType().BaseType?.FullName;

            return(wsImplementationinfo);
        }