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