IPAddressRange 4.0.0
This library allows you to parse range of IP address string such as "192.168.0.0/24" and "192.168.0.0/255.255.255.0" and "192.168.0.0-192.168.0.255", and can conatins check. This library supports both IPv4 and IPv6.
Showing the top 20 packages that depend on IPAddressRange.
Packages | Downloads |
---|---|
Ocelot
Ocelot is an API gateway based on .NET stack.
|
5 |
Ocelot
Ocelot is an API gateway based on .NET stack.
|
6 |
Ocelot
Ocelot is an API Gateway. The project is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system. In particular I want easy integration with IdentityServer reference and bearer tokens. reference tokens. Ocelot is a bunch of middlewares in a specific order. Ocelot manipulates the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware where it creates a HttpRequestMessage object which is used to make a request to a downstream service. The middleware that makes the request is the last thing in the Ocelot pipeline. It does not call the next middleware. The response from the downstream service is stored in a per request scoped repository and retrived as the requests goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client. That is basically it with a bunch of other features.
|
3 |
Ocelot
Ocelot is an API Gateway. The project is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system. In particular I want easy integration with IdentityServer reference and bearer tokens. reference tokens. Ocelot is a bunch of middlewares in a specific order. Ocelot manipulates the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware where it creates a HttpRequestMessage object which is used to make a request to a downstream service. The middleware that makes the request is the last thing in the Ocelot pipeline. It does not call the next middleware. The response from the downstream service is stored in a per request scoped repository and retrived as the requests goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client. That is basically it with a bunch of other features.
|
4 |
Ocelot
Ocelot is an API Gateway. The project is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system. In particular I want easy integration with IdentityServer reference and bearer tokens. reference tokens. Ocelot is a bunch of middlewares in a specific order. Ocelot manipulates the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware where it creates a HttpRequestMessage object which is used to make a request to a downstream service. The middleware that makes the request is the last thing in the Ocelot pipeline. It does not call the next middleware. The response from the downstream service is stored in a per request scoped repository and retrived as the requests goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client. That is basically it with a bunch of other features.
|
5 |
Ocelot
Ocelot is an API Gateway. The project is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system. In particular I want easy integration with IdentityServer reference and bearer tokens. reference tokens. Ocelot is a bunch of middlewares in a specific order. Ocelot manipulates the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware where it creates a HttpRequestMessage object which is used to make a request to a downstream service. The middleware that makes the request is the last thing in the Ocelot pipeline. It does not call the next middleware. The response from the downstream service is stored in a per request scoped repository and retrived as the requests goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client. That is basically it with a bunch of other features.
|
7 |
v.4.0.0
- Implement "IEquatable<T>" interface and "GetHashCode()".
v.3.2.2
- Fix: Parsing non-linear subnet mask should be failed.
v.3.2.1
- Fix implementation problem (Remove useless GetAddressBytes)
v.3.2.0
- Fix: Bits.GE/LE operations are reversed.(use GtE/LtE instead.)
- Improve: Bts.GtE/LtE methods are more faster now.
v.3.1.1 - Fix: Error if parsing IP address includes some spaces.
v.3.1.0 - Support parsing for IPv4 mapped to IPv6 address range.
v.3.0.0 - Sign the assembly. (make it to strong-named assembly.)
v.2.2.0 - Enhance: IPv4 shortcut notation support (like "192.168.0.0-255").
v.2.1.1 - Fix: Error if parsing IP address with scope id in the end.
v.2.1.0 - Enhance: Add "IsEqual" and "Decrement" methods to "Bits" utility class.
v.2.0.0 - [BREAKING CHANGE] Truncate .NET 4.0 support.
- Enhance: can serialize/deserialize json text by JSON.NET
v.1.6.2 - Support: .NET Standard 1.4 (.NET Core) and UWP
v.1.6.1 - Fix: Add some parameter checks for throwing ArgumentNullException
v.1.6.0 - Enhance: Add "ToCidrString()" and "GetprefixLength()" method.
v.1.5.0 - Enhance: Add constructors variation / Save memory usage.
v.1.4.0 - Enhance: Add IEnumerable<IPAddress> support.
v.1.3.0 - Enhance: support both "hyphen (-)" (0x002D) and "dash (–)" (0x2013) at begin-end format.
v.1.2.1 - Fix: "Parse()" and "TryParse()" methods throw IndexOutOfRangeException when bit mask length is invalid at CIDR format.
v.1.2.0 - Enhance: Add "Parse()" and "TryParse()" methods. (Instead, the constructor which has one string argument is obsoleted.)
v.1.1.0 - Enhance: Add "Contains()" method overload version of IPAddressRange argument.
v.1.0.6 - Fix Package: Repackage with Release build. (1.0.5 was Debug build)
v.1.0.5 - Fix: IPv4 CIDR range ".../32" causes crush.
v.1.0.4 - Enhance: support bit mask range not only CIDR range.
v.1.0.3 - Fix: Can not parse the address which contains hex string.
.NET Framework 4.5
- No dependencies.
UAP 0.0
- No dependencies.
.NET Standard 1.4
- NETStandard.Library (>= 1.6.1)
Version | Downloads | Last updated |
---|---|---|
6.1.0 | 0 | 13.11.2024 |
6.0.0 | 7 | 25.09.2024 |
4.0.0 | 4 | 29.10.2024 |
3.2.2 | 0 | 12.08.2019 |
3.2.1 | 0 | 26.06.2019 |
3.2.0 | 0 | 01.05.2018 |
3.1.1 | 0 | 26.04.2018 |
3.1.0 | 0 | 22.03.2018 |
3.0.0.1 | 0 | 03.03.2018 |
3.0.0-beta | 0 | 23.02.2018 |
2.2.0 | 0 | 29.01.2018 |
2.1.1 | 0 | 28.11.2017 |
2.1.1-beta | 0 | 20.11.2017 |
2.1.0.1 | 0 | 16.11.2017 |
2.1.0-alpha | 0 | 01.11.2017 |
2.0.0.4 | 0 | 15.09.2017 |
2.0.0.3 | 0 | 04.07.2017 |
2.0.0.3-beta | 0 | 29.05.2017 |
2.0.0-beta | 0 | 19.05.2017 |
1.6.2.7 | 0 | 08.03.2017 |
1.6.2.6-beta | 0 | 01.03.2017 |
1.6.2.1-beta | 0 | 29.11.2016 |
1.6.1 | 0 | 27.09.2016 |
1.6.0 | 0 | 23.05.2016 |
1.5.0 | 0 | 16.10.2015 |
1.4.0.1 | 0 | 22.08.2015 |
1.4.0 | 0 | 03.06.2015 |
1.3.0.1 | 0 | 01.04.2015 |
1.3.0 | 0 | 01.04.2015 |
1.2.1 | 2 | 25.09.2024 |
1.2.0 | 0 | 05.02.2015 |
1.1.0-beta | 0 | 04.11.2014 |
1.0.6 | 0 | 10.03.2014 |
1.0.5 | 0 | 09.12.2013 |
1.0.4 | 0 | 09.12.2013 |
1.0.3 | 0 | 09.12.2013 |
1.0.2 | 0 | 28.05.2012 |
1.0.1 | 0 | 22.05.2012 |
1.0.0 | 0 | 17.05.2012 |