UDP通讯
摘要:
Send Receive方式概述为了和某一个远程主机通讯,在创建套接字后,使用Connect方法先和远程主机建立连接,然后直接用Send方法和Receive方法发送和接收数据。发送端示例using System;using System.Collections.Generic;using System.Text;using System.Net;using System.Net.Sockets;n... 阅读全文
posted @ 2009-05-04 17:24 杞人 阅读(669) 评论(1) 推荐(0) 编辑