dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.98k stars 4.66k forks source link

System.Threading.RateLimiting documentation for .NET 4.6 #84298

Open kamilslusarczyk opened 1 year ago

kamilslusarczyk commented 1 year ago

Hey,

I would like to ask if there are any plans to introduce any documentation for rate limiter library in .NET 4.6.2. There are docs for .NET Core (middleware approach) but couldn't find anything related to legacy .NET.

Cheers, Kamil

ghost commented 1 year ago

Tagging subscribers to this area: @mangod9 See info in area-owners.md if you want to be subscribed.

Issue Details
Hey, I would like to ask if there are any plans to introduce any documentation for [rate limiter library](https://www.nuget.org/packages/System.Threading.RateLimiting) in .NET 4.6.2. There are docs for .NET Core (middleware approach) but couldn't find anything related to legacy .NET. Cheers, Kamil
Author: kamilslusarczyk
Assignees: -
Labels: `area-System.Threading`
Milestone: -
kamilslusarczyk commented 1 year ago

Hey @mangod9, can you shed some light on question above?

stephentoub commented 1 year ago

The APIs are delivered in a nuget package. They're functionally the same regardless of whether targeting .NET Core or .NET Framework. https://learn.microsoft.com/en-us/dotnet/api/system.threading.ratelimiting