登录
首页 » C# » AspNetCoreRateLimit-master

AspNetCoreRateLimit-master

于 2020-08-18 发布
0 247
下载积分: 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 个回复

  • vb-akf-demo
    针对线性高斯系统,采用共轭分布实现量测噪声未知情况下的状态估计和噪声方差辨识。(For linear Gaussian system, a conjugate distribution is adopted to estimate system state and identificate measurement noise variance.)
    2018-05-03 08:40:15下载
    积分:1
  • LabVIEW
    利用access数据库开发的用户登录界面(User Login System design by LabVIEW)
    2018-06-16 22:47:44下载
    积分:1
  • 第一题bfgs
    说明:  armijo准则下bfgs法实现,最优化方法作业,大连理工大学(Realization of BFGS method under Armijo criterion, operation of optimization method, Dalian University of Technology)
    2019-04-10 18:43:58下载
    积分:1
  • Rubik's cube, able to single and multiplayer mode, but there are flaws, we h...
    俄罗斯方块,能实现单人和多人的模式,但还有个漏洞,希望大家指出-Rubik"s cube, able to single and multiplayer mode, but there are flaws, we hope that
    2022-10-15 22:55:03下载
    积分:1
  • ssd5 Exercise2 的答案 This assessment creates an initial version of the auction pro...
    ssd5 Exercise2 的答案 This assessment creates an initial version of the auction project that allows user to register, login, and logout. Registered users can post items (advertisements) for auction.-This assessment creates an initial version of the auction project that allows user to register, login, and logout. Registered users can post items (advertisements) for auction.
    2022-08-07 18:01:47下载
    积分:1
  • 俄罗斯方块
    Visual C++游戏开发经典案例详解 俄罗斯方块(Tetris, 俄文:Тетрис)是一款风靡全球的电视游戏机和掌上游戏机 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-06-20 07:50:04下载
    积分:1
  • 程序
    说明:  数模中求解偏微分方程时,在已知数据的基础上进行线性插值拟合。利用差分法求解该模型,先用网格划分区域,对 区域内部节点做泰勒展开。对偏导数进行离散化处理。(tthe solution to the PDE problem in mathematical modeling)
    2019-06-22 18:21:45下载
    积分:1
  • 点跌代 jocobi式 将不规则的物理平面坐标转换为规则的计算平面坐标...
    点跌代 jocobi式 将不规则的物理平面坐标转换为规则的计算平面坐标-or point-to-generation jocobi irregular physical Plane Coordinate transformation rules for the calculation of Plane Coordinate
    2022-02-11 13:11:41下载
    积分:1
  • freertos embedded real
    freertos嵌入式实时操作系统在Dspic33fj64的移植-freertos embedded real-time operating system in Dspic33fj64 transplant
    2022-01-30 12:25:11下载
    积分:1
  • skydrive
    说明:  跳伞运动员动态模型,根据仿真步长,重力加速度,大气密度,表面积,阻力系数以及跳伞运动员质量进行仿真。(The dynamic model of the skydiver is simulated according to the simulation step size, gravity acceleration, atmospheric density, surface area, drag coefficient and skydiving athlete quality.)
    2020-06-17 11:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载