›› 2013, Vol. 26 ›› Issue (11): 151-.

• 论文 • 上一篇    下一篇

基于Visual C#的网络通信编程技术

刘蓓莉,刘大红   

  1. (西安电子科技大学 电子工程学院,陕西 西安 710071)
  • 出版日期:2013-11-15 发布日期:2013-11-19
  • 作者简介:刘蓓莉(1987—),女,硕士研究生。研究方向:嵌入式控制系统,信号检测及信息处理。E-mail:liubeili77@126.com。刘大红(1986—),男,硕士研究生。研究方向:嵌入式控制系统,信号检测及信息处理。

Programming Techniques of Network Communication Based on Visual C#

 LIU Bei-Li, LIU Da-Hong   

  1. (School of Electronic Engineering,Xidian University,Xi'an 710071,China)
  • Online:2013-11-15 Published:2013-11-19

摘要:

介绍了使用Visual C#语言在TCP/IP网络中实现通信的方法,通过利用.NET框架提供的TcpClient类和TcpListener类分别建立服务器端和客户端,然后使用这两类提供的方法可完成网络通信中数据的收发。通过实验证明,生成的界面友好,编写的程序也可较好地完成通信功能。

关键词: Visual C#, 网络通信, TCP/IP, TcpClient, TcpListener

Abstract:

This paper introduces the use of Visual C# language to communicate in TCP/IP network.The TcpClient class and the TcpListener class provided by .NET framework are employed to build the server and  clients.Then methods of these two classes can realize sending and receiving messages.It is shown that the software interface is friendly and the program can accomplish communication well.

Key words: Visual C# language;network communication;TCP/IP;TcpClient;TcpListener

中图分类号: 

  • TP311.11