Michael Conrad
Michael Conrad
Hi, It seems that the change token handling isn't implemented in this extension. At least I couldn't find it in code and I found it while playing with it and...
Version up and fixes #166
* Removing the filter during resolving namespaces from NRPT, the code can handle any suffix or namespace filter, doesn't have to start with `.` * Adding `Contains(string)` to DnsString to,...
Making LookupClient and DnsMessageHandlers disposable. Primarily to dispose the TcpClient-pool. The pool could be empty if the TCP fallback was either disabled or never used, so it is not always...