摘要:
/*client*/
public partial class FormClient : Form
{
public FormClient()
{
InitializeComponent();
}
private void btnSend_Click(object sender, EventArgs e)
{
Client client = new Client(new IPEndPoint(IPAddress.Parse("127.0.0.1"), 8500));
lblMsg.Text = "服务器IP及端口:" + client.socket.RemoteEndPoint.ToString(); 阅读全文
posted @ 2012-11-13 09:59
gdjlc
阅读(2709)
评论(0)
推荐(0)

浙公网安备 33010602011771号