Currently viewing the tag: "MSDN"
.NET IPAddress Class
on December 5, 2010
· No Comments
I’ve been working on a C# version of a COM component our applications at work use to integrate with an Avaya predictive dialing system. While implementing the code for the communication piece, I found a quirk about the .NET IPAddress class I had not run into before. The communication is being done with asynchronous sockets. The Socket [...]
Categories