• 大小: 8.44KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 异步  

资源简介

UDP异步编程

资源截图

代码片段和文件信息

/*
 * Created by SharpDevelop.
 * User: Jayan Nair
 * Date: 7/9/2004
 * Time: 2:27 PM
 * 
 * To change this template use Tools | Options | Coding | Edit Standard Headers.
 */
using System;
using System.Windows.Forms;
using System.Net;
using System.Net.Sockets;


namespace DefaultNamespace
{
/// 
/// Description of SocketClient.
/// 

public class SocketClient : System.Windows.Forms.Form
{
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button buttonDisconnect;
private System.Windows.Forms.TextBox textBoxIP;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button buttonConnect;
private System.

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       14354  2004-12-07 17:24  SocketClient.cs
     文件       21011  2005-02-01 17:01  SocketServer.cs

评论

共有 条评论