ARSoft.Tools.Net icon indicating copy to clipboard operation
ARSoft.Tools.Net copied to clipboard

This project contains a complete managed .Net SPF validation, SenderID validation and a dns client and dns server implementation written in C#.

Results 19 ARSoft.Tools.Net issues
Sort by recently updated
recently updated
newest added

We need a new nuget package version, because Bouncy Castle just updated. If a application requires the new bouncy castle version 1.8.2, the current ARSoft version 2.2.9 fails with a...

Hello. This looks like a very useful project, but I had to use Google to find the API documentation and code samples! (https://docs.ar-soft.de/arsoft.tools.net/) I think this should be linked in...

1. added gitignore 2. code style updates

I have a list of domain names i'm trying to get their SPF addresses using the ARSoft package, but some requests return a huge result because something went wrong with...

DMARC is a policy that applies to SPF/SenderID and DKIM. Since all of the above uses DNS entries to publish keys, it would be great if this library also included...

when QueryByTcp receives null as the tcp client. in case of some error it will not dispose of the new tcp client created.

We use your DnsMessage with a self-written UdpListener, and we use DnsMessageBase.Encode() for serialization, which has to be made public. Is there a way to open this method so that...

There are 3 places in the library where I find this code: if ((msg == null) || ((msg.ReturnCode != ReturnCode.NoError) && (msg.ReturnCode != ReturnCode.NxDomain))) { throw new Exception("DNS request failed");...