开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
2 Star 2 Fork 4

BinGoo/NetWorkHelper

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
文件
master
分支 (1)
master
master
分支 (1)
master
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
master
分支 (1)
master
NetWorkHelper
/
NetWorkHelper.csproj
NetWorkHelper
/
NetWorkHelper.csproj
NetWorkHelper.csproj 6.81 KB
一键复制 编辑 原始数据 按行查看 历史
BinGoo 提交于 2024年05月28日 18:07 +08:00 . no commit message
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{2E9AC112-75CC-4FB6-B058-F9C7424514EF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NetWorkHelper</RootNamespace>
<AssemblyName>NetWorkHelper</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Addins\NetAddinManagement.cs" />
<Compile Include="Addins\AddinUtil.cs" />
<Compile Include="Addins\IAddin.cs" />
<Compile Include="Addins\IAddinManager.cs" />
<Compile Include="Helper\ApplicationHelper.cs" />
<Compile Include="Helper\CollectionHelper.cs" />
<Compile Include="Helper\DataFrame.cs" />
<Compile Include="Helper\DataFrameHeader.cs" />
<Compile Include="Helper\FileHelper.cs" />
<Compile Include="Helper\JosnHelper.cs" />
<Compile Include="Helper\ReflectionHelper.cs" />
<Compile Include="Helper\TypeHelper.cs" />
<Compile Include="Helper\UrlHelper.cs" />
<Compile Include="Helper\WindowsHelper.cs" />
<Compile Include="Helper\XmlHelper.cs" />
<Compile Include="ITool\PasswordCode.cs" />
<Compile Include="TCP\TcpServer\AxTcpServer.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="TCP\TcpServer\AxTcpServer.Designer.cs">
<DependentUpon>AxTcpServer.cs</DependentUpon>
</Compile>
<Compile Include="IBase\MapItem.cs" />
<Compile Include="ICollections\CollectionConverter.cs" />
<Compile Include="ICollections\SortedArray.cs" />
<Compile Include="ICommond\CommonMethod.cs" />
<Compile Include="ICommond\IDelegate.cs" />
<Compile Include="ITool\ConvertStringManager.cs" />
<Compile Include="IModels\IClient.cs" />
<Compile Include="ITool\CsvManager.cs" />
<Compile Include="ITool\DateTimeManager.cs" />
<Compile Include="ITool\JsonManager.cs" />
<Compile Include="TClass\ControlTag.cs" />
<Compile Include="Helper\ImageHelper.cs" />
<Compile Include="TCP\IBase.cs" />
<Compile Include="TCP\ITcpClient.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="TCP\ITcpClient.Designer.cs">
<DependentUpon>ITcpClient.cs</DependentUpon>
</Compile>
<Compile Include="TCP\ITcpServer.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="TCP\ITcpServer.Designer.cs">
<DependentUpon>ITcpServer.cs</DependentUpon>
</Compile>
<Compile Include="UDP\AxUdpClient.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="UDP\AxUdpClient.Designer.cs">
<DependentUpon>AxUdpClient.cs</DependentUpon>
</Compile>
<Compile Include="Helper\MD5Helper.cs" />
<Compile Include="UDP\Controls\ControlState.cs" />
<Compile Include="UDP\Controls\FileTansfersContainer.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="UDP\Controls\FileTransfersItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="UDP\Controls\FileTransfersItemStyle.cs" />
<Compile Include="UDP\Controls\FileTransfersItemText.cs" />
<Compile Include="UDP\Controls\GraphicsPathHelper.cs" />
<Compile Include="UDP\Controls\IFileTransfersItemText.cs" />
<Compile Include="UDP\Controls\RoundStyle.cs" />
<Compile Include="UDP\Controls\TraFransfersFile.cs" />
<Compile Include="UDP\Controls\TraFransfersFileStart.cs" />
<Compile Include="UDP\Event\ReadFileBufferEvent.cs" />
<Compile Include="UDP\Event\ReceiveDataEvent.cs" />
<Compile Include="UDP\Event\FileReceiveBufferEvent.cs" />
<Compile Include="UDP\Event\FileReceiveCompleteEvent.cs" />
<Compile Include="UDP\Event\FileReceiveEvent.cs" />
<Compile Include="UDP\Event\FileSendBufferEvent.cs" />
<Compile Include="UDP\Event\FileSendEvent.cs" />
<Compile Include="UDP\Event\RequestSendFileEvent.cs" />
<Compile Include="UDP\Receive\ReadFileObject.cs" />
<Compile Include="UDP\Receive\ReceiveFileManager.cs" />
<Compile Include="UDP\Send\SendFileManager.cs" />
<Compile Include="Helper\SerHelper.cs" />
<Compile Include="UDP\IDataCell.cs" />
<Compile Include="UDP\SerializableClass\MsgCell.cs" />
<Compile Include="UDP\SerializableClass\MsgTypeCell.cs" />
<Compile Include="UDP\SerializableClass\ResponeTraFransfersFile.cs" />
<Compile Include="UDP\UdpLibrary.cs" />
<Compile Include="TClass\EnumClass.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="UDP\AxUdpClient.resx">
<DependentUpon>AxUdpClient.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Folder Include="IFile\" />
<Folder Include="IUser\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Loading...
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

C#基于Socket封装的高性能TCP/UDP客户端服务端组件
暂无标签
Apache-2.0
使用 Apache-2.0 开源许可协议
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/bingooPro/NetWorkHelper.git
git@gitee.com:bingooPro/NetWorkHelper.git
bingooPro
NetWorkHelper
NetWorkHelper
master
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /