Closed zam6ak closed 9 years ago
Oh, sorry, I'm missed your request in these few days.
I would like to consider your suggestion.
Please let me for more few days.
Thanks!
I tried it.
https://github.com/jsakamoto/ipaddressrange/commit/d558e92d5e94c8aaa6f5b4a82027a28d69bf2d3a
You can get the latest Beta version:
PM> Install-Package IPAddressRange -Pre
https://www.nuget.org/packages/IPAddressRange/1.1.0-beta
Is it helpful for you?
Would you consider adding a feature to allow another IPAddressRange in .Contains()? So you can do something like
var overlaps = range1.Contains(range2)
This would be useful to check for subnet ovelaps...