Sockets for .NET adds DNS component
Released: Mar 10, 2011
Updates in this release
Updates in V4.4
- A new DNS component that enhances what is available in the .NET Framework. Lookup MX records, select the DNS server to use, and specify local endpoint to bind to.
- Connect methods have been updated to take a serializable Session object as a parameter, facilitating the saving of state information within an application.
- AuthenticateClient and AuthenticateServer methods have been updated to take a serializable Security object as a parameter.
- ReadToDelimiter, ReadToCount and ReadToEnd methods have been updated to throw a new DataException, which provides any data read up to the exception.