c# socket 编程
c# socket编程源代码 private IPEndPoint ServerInfo; private Socket ClientSocket; //信息接收缓存 private Byte[] MsgBuffer; //信息发送存储 private Byte[] MsgSend; private void Form1_Load(object sender, EventArgs e) { this.CmdSend.Enabled = fals
c# socket编程源代码 private IPEndPoint ServerInfo; private Socket ClientSocket; //信息接收缓存 private Byte[] MsgBuffer; //信息发送存储 private Byte[] MsgSend; private void Form1_Load(object sender, EventArgs e) { this.CmdSend.Enabled = fals