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