Exemplo n.º 1
0
        public ItJakubServiceStreamedClient GetStreamingClient()
        {
            if (!IsUserLoggedIn())
            {
                return(m_communication.GetStreamingClient());
            }

            var username = GetUserName();
            var password = GetCommunicationToken();

            return(m_communication.GetStreamingClientAuthenticated(username, password));
        }