登录
首页 » C# » AspNetCoreRateLimit-master

AspNetCoreRateLimit-master

于 2020-08-18 发布
0 235
下载积分: 1 下载次数: 0

代码说明:

说明:  AspNetCoreRateLimit-master 限制流量访问(AspNetCoreRateLimit-master is a full limit acl lib)

文件列表:

AspNetCoreRateLimit-master, 0 , 2020-08-08
AspNetCoreRateLimit-master\.gitattributes, 2518 , 2020-08-08
AspNetCoreRateLimit-master\.gitignore, 316 , 2020-08-08
AspNetCoreRateLimit-master\AspNetCoreRateLimit.sln, 2869 , 2020-08-08
AspNetCoreRateLimit-master\Build.ps1, 1222 , 2020-08-08
AspNetCoreRateLimit-master\LICENSE.md, 1080 , 2020-08-08
AspNetCoreRateLimit-master\README.md, 2608 , 2020-08-08
AspNetCoreRateLimit-master\appveyor.yml, 264 , 2020-08-08
AspNetCoreRateLimit-master\src, 0 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit, 0 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\AspNetCoreRateLimit.csproj, 1220 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\AsyncKeyLock, 0 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\AsyncKeyLock\AsyncKeyLock.cs, 4835 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\AsyncKeyLock\AsyncKeyLockDoorman.cs, 5274 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Core, 0 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Core\ClientRateLimitProcessor.cs, 1137 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Core\Extensions.cs, 1799 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Core\IRateLimitProcessor.cs, 689 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Core\IpRateLimitProcessor.cs, 1869 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Core\RateLimitProcessor.cs, 8972 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Core\WildcardMatcher.cs, 5041 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\CounterKeyBuilders, 0 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\CounterKeyBuilders\ClientCounterKeyBuilder.cs, 498 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\CounterKeyBuilders\EndpointCounterKeyBuilder.cs, 354 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\CounterKeyBuilders\ICounterKeyBuilder.cs, 169 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\CounterKeyBuilders\IpCounterKeyBuilder.cs, 482 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\CounterKeyBuilders\PathCounterKeyBuilder.cs, 290 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Middleware, 0 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Middleware\ClientRateLimitMiddleware.cs, 1252 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Middleware\IRateLimitConfiguration.cs, 377 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Middleware\IpRateLimitMiddleware.cs, 1216 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Middleware\MiddlewareExtensions.cs, 501 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Middleware\RateLimitConfiguration.cs, 2100 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Middleware\RateLimitMiddleware.cs, 6415 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Models, 0 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Models\ClientRateLimitOptions.cs, 518 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Models\ClientRateLimitPolicies.cs, 193 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Models\ClientRateLimitPolicy.cs, 150 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Models\ClientRequestIdentity.cs, 355 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Models\IpRateLimitOptions.cs, 824 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Models\IpRateLimitPolicies.cs, 214 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Models\IpRateLimitPolicy.cs, 140 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Models\QuotaExceededResponse.cs, 234 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Models\RateLimitCounter.cs, 311 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Models\RateLimitHeaders.cs, 298 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Models\RateLimitOptions.cs, 2080 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Models\RateLimitPolicy.cs, 201 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Models\RateLimitRule.cs, 690 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Net, 0 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Net\IIPAddressParser.cs, 475 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Net\IPAddressRange.cs, 4668 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Net\IpAddressUtil.cs, 2347 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Net\IpParser.cs, 770 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Net\ReversProxyIpParser.cs, 888 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Properties, 0 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Properties\AssemblyInfo.cs, 710 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Resolvers, 0 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Resolvers\ClientHeaderResolveContributor.cs, 882 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Resolvers\IClientResolveContributor.cs, 128 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Resolvers\IIpResolveContributor.cs, 119 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Resolvers\IpConnectionResolveContributor.cs, 534 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Resolvers\IpHeaderResolveContributor.cs, 924 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Store, 0 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Store\DistributedCacheClientPolicyStore.cs, 1237 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Store\DistributedCacheIpPolicyStore.cs, 1009 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Store\DistributedCacheRateLimitCounterStore.cs, 340 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Store\DistributedCacheRateLimitStore.cs, 1681 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Store\IClientPolicyStore.cs, 186 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Store\IIpPolicyStore.cs, 180 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Store\IRateLimitCounterStore.cs, 129 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Store\IRateLimitStore.cs, 538 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Store\MemoryCacheClientPolicyStore.cs, 1212 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Store\MemoryCacheIpPolicyStore.cs, 984 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Store\MemoryCacheRateLimitCounterStore.cs, 315 , 2020-08-08
AspNetCoreRateLimit-master\src\AspNetCoreRateLimit\Store\MemoryCacheRateLimitStore.cs, 1553 , 2020-08-08
AspNetCoreRateLimit-master\test, 0 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Demo, 0 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Demo\AspNetCoreRateLimit.Demo.csproj, 640 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Demo\Controllers, 0 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Demo\Controllers\ClientRateLimitController.cs, 1367 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Demo\Controllers\ClientsController.cs, 874 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Demo\Controllers\IpRateLimitController.cs, 1495 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Demo\Controllers\ValuesController.cs, 873 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Demo\Program.cs, 1944 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Demo\Properties, 0 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Demo\Properties\launchSettings.json, 795 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Demo\Startup.cs, 3178 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Demo\appsettings.Regex.json, 4228 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Demo\appsettings.json, 4114 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Tests, 0 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Tests\AspNetCoreRateLimit.Tests.csproj, 1168 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Tests\BaseClassFixture.cs, 1804 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Tests\ClientRateLimitTests.cs, 7661 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Tests\Enums, 0 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Tests\Enums\ClientType.cs, 119 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Tests\IpRateLimitTests.cs, 7575 , 2020-08-08
AspNetCoreRateLimit-master\test\AspNetCoreRateLimit.Tests\RateLimitWebApplicationFactory.cs, 1490 , 2020-08-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • cadence virtuoso layout下可以自动/手动打label
    在cadence virtuoso layout下可以自动/手动打label-In the cadence virtuoso layout may be automatic/manual beat label
    2022-03-16 21:33:20下载
    积分:1
  • 这个是BRISTOL大学 大二的作业. 当时得了90多分所以如果有国外留学生朋友可以看看....
    这个是BRISTOL大学 大二的作业. 当时得了90多分所以如果有国外留学生朋友可以看看.-University sophomore operations. Then scored more than 90 hours if there are foreign students friends can see.
    2023-08-13 19:00:02下载
    积分:1
  • Java毕业设计:物业管理系统附毕业论文
    Java毕业设计:物业管理系统附毕业论文,Java小程序Applet;应用程序Application;数据库;数据库实现;JDBC/ODBC桥;JDBC驱动程序,本物业管理系统界面比较实用,系统稳定性好,在不同的计算机上都可以很平稳的运行。运行时在服务器上先安装Windows NT操作系统,并在NT系统下安装数据库系统SQL Server 7.0和建立人员、住房、房产、收费四个数据库。然后在NT操作系统下用Java编写不同的系统用户界面,后用JDBC/ODBC桥实现服务器上数据库和前端界面的连接。连接成功后,将Java编写的用户界面移植到客户端的Linux操作系统下,并用这个界面试图实现与服务器上NT系统下的数据库SQL连接。以达到在不同的操作系统下可以互相调用的目的,实现Java的重要特性:可移植性。
    2022-01-24 18:17:07下载
    积分:1
  • fiber
    主要是光纤激光器的数值模拟,代码还是需要自己理解。(Mainly the numerical simulation of fiber laser, the code still needs to be understood by oneself.)
    2020-06-24 15:20:01下载
    积分:1
  • This is the classic missionaries and savage the realization of a simple missiona...
    这是传教士与野人精典问题的一个简单实现传教士与野人的个数可以输入,船的容量可以输入为交作业写,很马虎,请高手赐教!-This is the classic missionaries and savage the realization of a simple missionary with the Savage Number input, the boat will be able to import perpendicular operation was very sloppy, please enlighten master!
    2022-03-30 01:44:06下载
    积分:1
  • ex4tomq42016
    EX4 to mql4 反编译软件,将EX4文件还原成MQL4 便于进行修改(the tool use for Ex4 to MQL4)
    2020-06-25 19:00:01下载
    积分:1
  • 00.py
    参考代码,提供给新手学习,代码可以修改完善,不涉及版权!(Reference code, for beginners to learn, code can be modified and improved, not involving copyright!)
    2020-06-23 02:40:01下载
    积分:1
  • 这个是用vc+objectarx开发acdbtable物体acdbtablestyle
    这个是用vc+objectarx开发AcDbTable 实体和AcDbTableStyle对象-This is vc+ Objectarx development AcDbTable entities and objects AcDbTableStyle
    2022-02-07 11:25:52下载
    积分:1
  • 第五章:STM8EEPROM的读写
    说明:  STM8S005K6-EEPROM读写,非常详细,直接用库函数编写(STM8S005K6-EEPROM read and write, very detailed, written directly with library functions)
    2020-06-22 15:00:02下载
    积分:1
  • 航迹生成技术
    航迹生成的算法,用于在线规划任务航线的资料。(The algorithm of track generation is used to plan the data of mission route online.)
    2020-06-17 21:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载