MichaCo / DnsClient.NET

DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups
https://dnsclient.michaco.net
Apache License 2.0
789 stars 137 forks source link

DisposableIntPtr vs SafeHandle #110

Closed Gladskih closed 3 years ago

Gladskih commented 3 years ago

Reading sources I found DisposableIntPtr class Why don't use SafeHandle instead?