简体   繁体   English

C#TCP / IP服务器和客户端

[英]c# TCP/IP server and client

I want to write a similar program like the TCP/IP server and client but i want it to be web based, so on the clients side they can go on any web browser and be able to connect to the server. 我想编写类似TCP / IP服务器和客户端的程序,但我希望它是基于Web的,因此在客户端,他们可以在任何Web浏览器上运行并能够连接到服务器。 How do i approach this, i want to use visual studio c#. 我要如何使用Visual Studio C#? I looked up on web sockets, is that the way to go?? 我抬头看了一下网络套接字,这是要走的路吗?

您可以在Silverlight中开发客户端,服务器端可以成为标准的C#控制台/ winforms应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM