Step by Step Configuration
- 
there are two extension methods for the configuration.
- 'AddLeagueOfLegendsApi ' (calls from 'IServiceCollection')
 - 'UseRiotGamesApi' (calls from 'IApplicationBuilder' or 'IAppBuilder')
 
 - 
also there are two middleware packages for this feature (DEPRECATED)
- RiotGamesApi.AspNet (DEPRECATED)
 - RiotGamesApi.AspNetCore (DEPRECATED)
 
 
IMPORTANT NOTICE
web-server setting must be
full-trustfor access toSystem.Reflectionwhen you published the web-site-project
Updated almost 8 years ago
