一款简单易用的基础网络通讯组件库。

ISender 接口

具有发送功能的接口

Definition

命名空间: TouchSocket.Sockets
程序集: TouchSocket (在 TouchSocket.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
C#
public interface ISender

方法

SendAsync 异步发送数据。

该发送会经过适配器封装,具体封装内容由适配器决定。

参见