Exemplo n.º 1
0
        private LongPollServerResponse GetLongPoolServer(int?lastPts = null)
        {
            var response = _account.GetLongPollServer();

            Ts     = response.Response.Ts;
            Pts    = Pts == null ? response.Response.Pts : lastPts;
            Server = response.Response.Server;
            Key    = response.Response.Key;

            return(response);
        }