HslCommunication.Enthernet 命名空间 |
[缺少 "N:HslCommunication.Enthernet" 的 <summary> 文档]
类 | 说明 | |
---|---|---|
AdvancedFileServer |
文件管理类服务器,负责服务器所有分类文件的管理,特点是不支持文件附加数据,但是支持直接访问文件名
| |
AppPushSession |
当前的推送的会话的基本信息
| |
FileClientBase |
文件传输客户端基类,提供上传,下载,删除的基础服务 File transfer client base class, providing basic services for uploading, downloading, and deleting | |
FileInfoExtension |
文件的扩展信息
| |
ForwardSession |
转发过程中的中间会话信息
| |
HttpApiCalledInfo |
Http的Webapi接口调用的一些信息 Some information about the Webapi interface call for HTTP | |
HttpServer |
一个支持完全自定义的Http服务器,支持返回任意的数据信息,方便调试信息,详细的案例请查看API文档信息 A Http server that supports fully customized, supports returning arbitrary data information, which is convenient for debugging information. For detailed cases, please refer to the API documentation information | |
HttpUploadFile |
获取或设置Http模式下上传的文件信息
| |
IntegrationFileClient |
与服务器文件引擎交互的客户端类,支持操作Advanced引擎和Ultimate引擎,用来上传,下载,删除服务器中的文件操作。 The client class that interacts with the server file engine, supports the operation of the Advanced engine and the Ultimate engine, and is used to upload, download, and delete file operations on the server. | |
NetComplexClient |
一个基于异步高性能的客户端网络类,支持主动接收服务器的消息
| |
NetComplexServer |
高性能的异步网络服务器类,适合搭建局域网聊天程序,消息推送程序
| |
NetPlainSocket |
一个基于明文的socket中心
| |
NetPushClient |
发布订阅类的客户端,使用指定的关键订阅相关的数据推送信息
| |
NetPushServer |
发布订阅服务器的类,支持按照关键字进行数据信息的订阅
| |
NetSimplifyClient |
同步访问数据的客户端类,用于向服务器请求一些确定的数据信息
| |
NetSimplifyServer |
消息处理服务器,主要用来实现接收客户端信息并进行消息反馈的操作,适用于客户端进行远程的调用,要求服务器反馈数据。 The message processing server is mainly used to implement the operation of receiving client information and performing message feedback. It is applicable to remote calls made by clients and requires the server to feedback data. | |
NetSoftUpdateServer |
用于服务器支持软件全自动更新升级的类 Class for server support software full automatic update and upgrade | |
NetUdpClient |
UDP客户端的类,负责发送数据到服务器,然后从服务器接收对应的数据信息,该数据经过HSL封装 UDP client class, responsible for sending data to the server, and then receiving the corresponding data information from the server, the data is encapsulated by HSL | |
NetUdpServer |
Udp网络的服务器端类,您可以使用本类构建一个简单的,高性能的udp服务器,接收来自其他客户端的数据,当然,您也可以自定义返回你要返回的数据 Server-side class of Udp network. You can use this class to build a simple, high-performance udp server that receives data from other clients. Of course, you can also customize the data you want to return. | |
PushGroupClient |
订阅分类的核心组织对象
| |
TcpForward |
用于转发的TCP服务类,可以用来实现TCP协议的转发功能,需要指定本机端口,服务器的ip及端口信息 The TCP service class used for forwarding can be used to implement the forwarding function of the TCP protocol. It is necessary to specify the local port, the server's ip and port information. | |
UltimateFileServer |
一个终极文件管理服务器,可以实现对所有的文件分类管理,本服务器支持读写分离,支持同名文件,
客户端使用IntegrationFileClient进行访问,支持上传,下载,删除,请求文件列表,校验文件是否存在操作。 An ultimate file management server, which can realize classified management of all files. This server supports read-write separation, supports files with the same name, and the client uses IntegrationFileClient to access, supports upload, download, delete, and request files List, check whether the file exists operation. |
委托 | 说明 | |
---|---|---|
TcpForwardOnMessageReceivedDelegate |
接收消息触发的委托信息
|