C# p2p(1)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.Net.Sockets;using System.Net.PeerToPeer;namespace ConsoleApplication4{ class Program { static string strMYPeername = "myApplicationName"; static string strAllMyPeername = "& 阅读全文
posted @ 2012-01-17 12:50 Mayvar 阅读(620) 评论(0) 推荐(0) 编辑