xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小:
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-02-11
  • 語言: C#
  • 標簽: C#??

資源簡介

在.net環境下,使用C#編程實現一個簡易聊天系統,可以實現客戶端與服務器端的通信

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Net;
using?System.Net.Sockets;

namespace?簡易聊天系統
{
????public?partial?class?Form1?:?Form
????{
????????//定義三個全局變量
????????static?TcpClient?client?=?null;//客戶端對象,用來接收或發送消息
????????static?NetworkStream?stream?=?null;//流對象,完成接收或發送消息操作
????????TcpListener?server?=?null;//監聽器對象,用來監聽TCP連接
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?btnStart_Click(object?sender?EventArgs?e)
????????{
????????????int?port?=?Convert.ToInt32(txtPort.Text);
????????????IPEndPoint?p?=?new?IPEndPoint(IPAddress.Any?port);//創建TCP連接的端點
????????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????10752??2014-02-24?10:23??簡易聊天系統\簡易聊天系統\bin\Debug\簡易聊天系統.exe

?????文件??????22016??2014-02-24?10:23??簡易聊天系統\簡易聊天系統\bin\Debug\簡易聊天系統.pdb

?????文件??????11600??2014-02-24?10:31??簡易聊天系統\簡易聊天系統\bin\Debug\簡易聊天系統.vshost.exe

?????文件????????490??2010-03-17?22:39??簡易聊天系統\簡易聊天系統\bin\Debug\簡易聊天系統.vshost.exe.manifest

?????文件???????2306??2014-03-02?16:17??簡易聊天系統\簡易聊天系統\Form1.cs

?????文件???????6502??2014-02-23?22:24??簡易聊天系統\簡易聊天系統\Form1.Designer.cs

?????文件???????5817??2014-02-23?22:24??簡易聊天系統\簡易聊天系統\Form1.resx

?????文件???????4440??2014-02-23?17:04??簡易聊天系統\簡易聊天系統\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

?????文件???????6229??2014-02-24?10:37??簡易聊天系統\簡易聊天系統\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

?????文件????????164??2014-02-24?10:23??簡易聊天系統\簡易聊天系統\obj\x86\Debug\GenerateResource.read.1.tlog

?????文件????????422??2014-02-24?10:23??簡易聊天系統\簡易聊天系統\obj\x86\Debug\GenerateResource.write.1.tlog

?????文件????????790??2014-02-24?10:31??簡易聊天系統\簡易聊天系統\obj\x86\Debug\簡易聊天系統.csproj.FileListAbsolute.txt

?????文件??????10752??2014-02-24?10:23??簡易聊天系統\簡易聊天系統\obj\x86\Debug\簡易聊天系統.exe

?????文件????????180??2014-02-24?10:23??簡易聊天系統\簡易聊天系統\obj\x86\Debug\簡易聊天系統.Form1.resources

?????文件??????22016??2014-02-24?10:23??簡易聊天系統\簡易聊天系統\obj\x86\Debug\簡易聊天系統.pdb

?????文件????????180??2014-02-24?10:23??簡易聊天系統\簡易聊天系統\obj\x86\Debug\簡易聊天系統.Properties.Resources.resources

?????文件????????499??2014-02-23?11:40??簡易聊天系統\簡易聊天系統\Program.cs

?????文件???????1388??2014-02-23?11:40??簡易聊天系統\簡易聊天系統\Properties\AssemblyInfo.cs

?????文件???????2887??2014-02-23?11:40??簡易聊天系統\簡易聊天系統\Properties\Resources.Designer.cs

?????文件???????5612??2014-02-23?11:40??簡易聊天系統\簡易聊天系統\Properties\Resources.resx

?????文件???????1104??2014-02-23?11:40??簡易聊天系統\簡易聊天系統\Properties\Settings.Designer.cs

?????文件????????249??2014-02-23?11:40??簡易聊天系統\簡易聊天系統\Properties\Settings.settings

?????文件???????3695??2014-02-23?11:51??簡易聊天系統\簡易聊天系統\簡易聊天系統.csproj

?????文件???????1417??2014-02-23?22:53??簡易聊天系統\簡易聊天系統.sln

????..A..H.?????27136??2014-03-02?16:45??簡易聊天系統\簡易聊天系統.suo

?????文件??????11264??2014-02-24?11:24??簡易聊天系統\簡易聊天系統(客戶端)\bin\Debug\簡易聊天系統(客戶端).exe

?????文件??????26112??2014-02-24?11:24??簡易聊天系統\簡易聊天系統(客戶端)\bin\Debug\簡易聊天系統(客戶端).pdb

?????文件??????11600??2014-03-02?15:44??簡易聊天系統\簡易聊天系統(客戶端)\bin\Debug\簡易聊天系統(客戶端).vshost.exe

?????文件????????490??2010-03-17?22:39??簡易聊天系統\簡易聊天系統(客戶端)\bin\Debug\簡易聊天系統(客戶端).vshost.exe.manifest

?????文件???????2036??2014-03-02?16:05??簡易聊天系統\簡易聊天系統(客戶端)\Form1.cs

............此處省略75個文件信息

評論

共有 條評論