Esempio n. 1
0
        [BrowserLinkCallback] // This method can be called from JavaScript
        public void CollectInfo(string name, int width, int height)
        {
            var browserCap = new BrowserCap
            {
                Name   = name,
                Width  = width,
                Height = height,
            };

            _browserCapDictionary[_current.ConnectionId] = browserCap;
        }
Esempio n. 2
0
        [BrowserLinkCallback] // This method can be called from JavaScript
        public void CollectInfo(string name, int width, int height)
        {
            var browserCap = new BrowserCap
            {
                Name = name,
                Width = width,
                Height = height,
            };

            _browserCapDictionary[_current.ConnectionId] = browserCap;
        }