Hello,
I have to update an old project using the version 3.0.6263.2 of Rebex.Networking.
The project uses the classes DnsClient and MXResolver as follow :
Dim dns As String() = DnsClient.GetDnsList()
Dim resolver As MXResolver = New MXResolver(dns)
resolver.Timeout = DNS_Timeout
arrSmtpServers = resolver.Resolve(strDomain)
Then I bought the last 2017 R6 Rebex components with version 3.5.6508.0 of Rebex.Networking
But DnsClient and MXResolver no longer exists in Rebex.Net.
Could someone tell me if I'll find these classes (or similar) elsewhere in Rebex please ?
Best regards,
dmo