该发送会经过适配器封装,具体封装内容由适配器决定。
public virtual Task SendAsync(
IList<ArraySegment<byte>> transferBytes
)
Public Overridable Function SendAsync (
transferBytes As IList(Of ArraySegment(Of Byte))
) As Task
abstract SendAsync :
transferBytes : IList<ArraySegment<byte>> -> Task
override SendAsync :
transferBytes : IList<ArraySegment<byte>> -> Task
[缺少 "M:TouchSocket.Sockets.TcpSessionClient.SendAsync(System.Collections.Generic.IList{System.ArraySegment{System.Byte}})" 的 <returns> 文档]
ClientNotConnectedException | 客户端没有连接 |
OverlengthException | 发送数据超长 |
Exception | 其他异常 |