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

  • 大小: 5.16MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-10-01
  • 語言: C#
  • 標簽: supersocket??socket??c#??

資源簡介

SuperSocket(服務(wù)端winform+客戶端winform) 案例,可直接運行跑起來

資源截圖

代碼片段和文件信息

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

namespace?SSClient
{
????public?class?DataHelper
????{
????????public?static?string?ByteToHex(byte?comByte)
????????{
????????????return?comByte.ToString(“X2“)?+?“?“;
????????}
????????public?static?string?ByteToHex(byte[]?comByte?int?len)
????????{
????????????string?returnStr?=?““;
????????????if?(comByte?!=?null)
????????????{
????????????????for?(int?i?=?0;?i?????????????????{
????????????????????returnStr?+=?comByte[i].ToString(“X2“)?+?“?“;
????????????????}
????????????}
????????????return?returnStr;
????????}
????????public?static?byte[]?HexToByte(string?msg)
????????{
????????????msg?=?msg.Replace(“?“?““);

????????????byte[]?comBuffer?=?new?byte[msg.Length?/?2];
????????????for?(int?i?=?0;?i?????????????{
????????????????comBuffer[i?/?2]?=?(byte)Convert.ToByte(msg.Substring(i?2)?16);
????????????}

????????????return?comBuffer;
????????}
????????public?static?string?HEXToASCII(string?data)
????????{
????????????data?=?data.Replace(“?“?““);
????????????byte[]?comBuffer?=?new?byte[data.Length?/?2];
????????????for?(int?i?=?0;?i?????????????{
????????????????comBuffer[i?/?2]?=?(byte)Convert.ToByte(data.Substring(i?2)?16);
????????????}
????????????string?result?=?Encoding.Default.GetString(comBuffer);
????????????return?result;
????????}
????????public?static?string?ASCIIToHEX(string?data)
????????{
????????????StringBuilder?result?=?new?StringBuilder(data.Length?*?2);
????????????for?(int?i?=?0;?i?????????????{
????????????????result.Append(((int)data[i]).ToString(“X2“)?+?“?“);
????????????}
????????????return?Convert.ToString(result);
????????}
????}
}

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

????..A..H.?????71168??2017-11-11?13:03??SSClient\.vs\SSClient\v14\.suo

????..A..H.?????67584??2018-11-21?16:10??SSClient\.vs\SSClient\v15\.suo

?????文件??????????0??2018-11-21?15:01??SSClient\.vs\SSClient\v15\Server\sqlite3\db.lock

?????文件???????4096??2018-11-21?15:01??SSClient\.vs\SSClient\v15\Server\sqlite3\storage.ide

?????文件??????32768??2018-11-21?16:10??SSClient\.vs\SSClient\v15\Server\sqlite3\storage.ide-shm

?????文件?????696312??2018-11-21?15:01??SSClient\.vs\SSClient\v15\Server\sqlite3\storage.ide-wal

?????文件??????51200??2017-04-03?11:54??SSClient\packages\SuperSocket.ClientEngine.0.8.0.8\lib\monoandroid10\SuperSocket.ClientEngine.dll

?????文件??????54272??2017-04-03?11:54??SSClient\packages\SuperSocket.ClientEngine.0.8.0.8\lib\monotouch10\SuperSocket.ClientEngine.dll

?????文件??????48640??2017-04-03?11:54??SSClient\packages\SuperSocket.ClientEngine.0.8.0.8\lib\net20\SuperSocket.ClientEngine.dll

?????文件??????48640??2017-04-03?11:54??SSClient\packages\SuperSocket.ClientEngine.0.8.0.8\lib\net35-client\SuperSocket.ClientEngine.dll

?????文件??????49152??2017-04-03?11:54??SSClient\packages\SuperSocket.ClientEngine.0.8.0.8\lib\net40-client\SuperSocket.ClientEngine.dll

?????文件??????48128??2017-04-03?11:54??SSClient\packages\SuperSocket.ClientEngine.0.8.0.8\lib\net45\SuperSocket.ClientEngine.dll

?????文件??????55296??2017-04-03?11:54??SSClient\packages\SuperSocket.ClientEngine.0.8.0.8\lib\netstandard1.3\SuperSocket.ClientEngine.dll

?????文件??????56320??2017-04-03?11:54??SSClient\packages\SuperSocket.ClientEngine.0.8.0.8\lib\sl50\SuperSocket.ClientEngine.dll

?????文件??????55808??2017-04-03?11:54??SSClient\packages\SuperSocket.ClientEngine.0.8.0.8\lib\wp80\SuperSocket.ClientEngine.dll

?????文件??????54272??2017-04-03?11:54??SSClient\packages\SuperSocket.ClientEngine.0.8.0.8\lib\xamarinios10\SuperSocket.ClientEngine.dll

?????文件?????230453??2017-04-03?11:54??SSClient\packages\SuperSocket.ClientEngine.0.8.0.8\SuperSocket.ClientEngine.0.8.0.8.nupkg

?????文件??????35328??2017-04-03?11:54??SSClient\packages\SuperSocket.Protobase.1.7.0.13\lib\net20\SuperSocket.Protobase.dll

?????文件??????89675??2017-04-03?11:54??SSClient\packages\SuperSocket.Protobase.1.7.0.13\lib\net20\SuperSocket.Protobase.xml

?????文件??????32768??2017-04-03?11:54??SSClient\packages\SuperSocket.Protobase.1.7.0.13\lib\net35-client\SuperSocket.Protobase.dll

?????文件??????89675??2017-04-03?11:54??SSClient\packages\SuperSocket.Protobase.1.7.0.13\lib\net35-client\SuperSocket.Protobase.xml

?????文件??????32768??2017-04-03?11:54??SSClient\packages\SuperSocket.Protobase.1.7.0.13\lib\netstandard1.1\SuperSocket.Protobase.dll

?????文件??????32256??2017-04-03?11:54??SSClient\packages\SuperSocket.Protobase.1.7.0.13\lib\portable-net40+sl50+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\SuperSocket.Protobase.dll

?????文件??????89386??2017-04-03?11:54??SSClient\packages\SuperSocket.Protobase.1.7.0.13\lib\portable-net40+sl50+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\SuperSocket.Protobase.xml

?????文件??????89088??2017-04-03?11:54??SSClient\packages\SuperSocket.Protobase.1.7.0.13\SuperSocket.Protobase.1.7.0.13.nupkg

?????文件????????187??2017-04-03?11:52??SSClient\SSClient\App.config

?????文件??????18432??2018-11-21?15:01??SSClient\SSClient\bin\Debug\SSClient.exe

?????文件????????187??2017-04-03?11:52??SSClient\SSClient\bin\Debug\SSClient.exe.config

?????文件??????40448??2018-11-21?15:01??SSClient\SSClient\bin\Debug\SSClient.pdb

?????文件??????22696??2017-11-11?12:48??SSClient\SSClient\bin\Debug\SSClient.vshost.exe

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

評論

共有 條評論