Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Client Server Messaging Using Winsock
Message
From
14/12/2006 04:23:08
 
 
To
13/12/2006 22:57:08
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01177467
Message ID:
01177510
Views:
10
Hi,

>I need to create a module in C# that can send and receive data/messages to an Application on a Network. Im thinking of using Winsock but have little knowledge of it.
>
>Is this possible in C#? Could you give me some samples on how to do this?

Are you referring to the Winsock COM? I haven't used them but it may be safer to stay with managed code and use the System.Net.Sockets namespace classes.

There's a C# example at http://www.developerfusion.co.uk/show/3574/
and a simpler (VB) one at http://www.eggheadcafe.com/articles/20020323.asp
HTH,
Regards,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform