示例#1
0
        public async Task <SessionClientModel> GetClientSessionAsync()
        {
            var response = await SendRequestAsync <SessionClientModel>(_requestUrlBuilder.BuildSessionUrl());

            await LogUsageStat(ActionNameConstants.GetSession);

            return(response);
        }