コード例 #1
0
        public async Task <List <ChannelStreamInformation> > GetStreamInformations()
        {
            if (ContextHelper.StreamInformations == null)
            {
                ContextHelper.StreamInformations = await _serviceHelper.GetCustomApiData <List <ChannelStreamInformation> >("Stream");
            }

            return(ContextHelper.StreamInformations);
        }