开发者

How to create simple C# Binary socket server (Not WCF!) (Simplest Way To Open and Use a Socket in C# ?)

How to create simple C# Binary socket server (Not WCF!)

Who knows the Simplest Way To Open and Use a Socket in C# (Not开发者_StackOverflow社区 with WCF)?


What do I need? I need -

  • Open Source Libs
  • Tutorials
  • Blog posts/Articles

Vote!) one who will take at least (0+25) votes wins


Use the standard .NET TcpClient and TcpListener classes -- they are trivial to use and do what you want.

If you want to use open source only, the Mono implementation of these classes works perfectly.


Probably use winsock.

here is what google found:

Winsock with c#

And there is a lot more out there...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜