摘要:
1、 首先打开VS新建两个控制台应用程序:ConsoleApplication_socketServer和ConsoleApplication_socketClient。2、 在ConsoleApplication_socketClient中输入以下代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.Net.Sockets;namespace ConsoleApplication_socketClient{ class 阅读全文