91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.06M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-14
  • 語言: C#
  • 標簽: TCP/IP??C#??

資源簡介

用socket實現的tcp/ip通訊實例,直接類文件可移植到其他工程中。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Threading.Tasks;
using?System.Windows.Forms;

namespace?TcpDemo
{
????static?class?Program
????{
????????///?
????????///?應用程序的主入口點。
????????///?

????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?TcpClientWindow());
????????}
????}
}

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

?????文件????????189??2019-05-13?00:00??TCPDemo\TCPDemo\App.config

?????文件??????19456??2019-05-13?00:00??TCPDemo\TCPDemo\bin\Debug\TCPClientDemo.exe

?????文件????????189??2019-05-13?00:00??TCPDemo\TCPDemo\bin\Debug\TCPClientDemo.exe.config

?????文件??????38400??2019-05-13?00:00??TCPDemo\TCPDemo\bin\Debug\TCPClientDemo.pdb

?????文件??????22696??2019-05-13?00:00??TCPDemo\TCPDemo\bin\Debug\TCPClientDemo.vshost.exe

?????文件????????189??2019-05-13?00:00??TCPDemo\TCPDemo\bin\Debug\TCPClientDemo.vshost.exe.config

?????文件????????490??2019-05-13?00:00??TCPDemo\TCPDemo\bin\Debug\TCPClientDemo.vshost.exe.manifest

?????文件???????1464??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\DesignTimeResolveAssemblyReferences.cache

?????文件???????7345??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

?????文件????????938??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.csproj.FileListAbsolute.txt

?????文件???????1212??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.csproj.GenerateResource.Cache

?????文件???????2384??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.csprojResolveAssemblyReference.cache

?????文件??????19456??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.exe

?????文件??????38400??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.pdb

?????文件????????180??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.Properties.Resources.resources

?????文件????????180??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.TcpClientWindow.resources

?????文件????????180??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.TcpServiceWindow.resources

?????文件???????1802??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TCPDemo.csproj.FileListAbsolute.txt

?????文件???????1091??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TCPDemo.csproj.GenerateResource.Cache

?????文件???????2384??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TCPDemo.csprojResolveAssemblyReference.cache

?????文件????????180??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TcpDemo.TcpClientWindow.resources

?????文件????????180??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TcpDemo.TcpServiceWindow.resources

?????文件??????????0??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs

?????文件??????????0??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs

?????文件??????????0??2019-05-13?00:00??TCPDemo\TCPDemo\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs

?????文件????????529??2019-05-13?00:00??TCPDemo\TCPDemo\Program.cs

?????文件???????1334??2019-05-13?00:00??TCPDemo\TCPDemo\Properties\AssemblyInfo.cs

?????文件???????2833??2019-05-13?00:00??TCPDemo\TCPDemo\Properties\Resources.Designer.cs

?????文件???????5612??2019-05-13?00:00??TCPDemo\TCPDemo\Properties\Resources.resx

?????文件???????1094??2019-05-13?00:00??TCPDemo\TCPDemo\Properties\Settings.Designer.cs

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

評論

共有 條評論