Exemplo 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;
        }
Exemplo 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;
        }