Advertisement

VB.NET Networking

Started by September 19, 2005 02:51 PM
0 comments, last by SiCrane 19 years, 5 months ago
Greetings, all. I'm looking for a networking API that I can use from VB.NET. I've read the Forum FAQ and done a bit of searching through the forums, and just about every resource listed is for C# or C++. Without descending into the religious wars of language choice, is there anyone here who's doing game development in VB.NET? If so, have they seen or can they recommend a networking API that works with VB.NET? I know that I can take a C++ library and write a wrapper for it, but that's more complexity than I want to add to my project. Thanks in advance, Duane
The .NET framework provides the System.Net and System.Net.Sockets namespaces that contain everything you need to do TCP or UDP networking.

This topic is closed to new replies.

Advertisement