資源簡介
本類庫封裝了以太網同步異步套接字等相關開發者常用的方法.
本類庫封裝了DOS命令相關、Windows API調用、加密解密序列化、各種小控件庫、媒體類、內存管理、圖片文字處理、壓縮與解壓、以太網同步異步套接字等相關開發者常用的方法
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Net.Sockets;
using?System.Windows.Forms;
using?System.Net;
using?System.ComponentModel;
using?System.Threading;
namespace?ComLibiary
{
????///?
????///?作者:劉宏科
????///?時間:2018年3月13日
????///?郵箱:407061993@qq.com
????///?本類庫封裝了DOS命令相關、Windows?API調用、加密解密序列化、各種小控件庫、媒體類、內存管理、圖片文字處理、壓縮與解壓、以太網同步異步套接字等相關開發者常用的方法。若有好的意見或建????議歡迎聯系我。(?^_^?)
????///?
????public?abstract?class?LeafTCPClient
????{
????????#region?字段
????????///?
????????///?當前客戶端名稱
????????///?
????????private?string?_Name?=?“未定義“;
????????///?
????????///?TCP客戶端
????????///?
????????private?TcpClient?_NetWork?=?null;
????????private?Thread?thd;//連接工作線程
????????private?vo
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????11741??2019-02-19?10:44??LeafTCPClient.cs
評論
共有 條評論