UdpDataHandlingAdapterGoReceived 方法
处理已经经过预先处理后的数据
命名空间: TouchSocket.Sockets程序集: TouchSocket (在 TouchSocket.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
protected Task GoReceived(
EndPoint remoteEndPoint,
ByteBlock byteBlock,
IRequestInfo requestInfo
)
Protected Function GoReceived (
remoteEndPoint As EndPoint,
byteBlock As ByteBlock,
requestInfo As IRequestInfo
) As Task
member GoReceived :
remoteEndPoint : EndPoint *
byteBlock : ByteBlock *
requestInfo : IRequestInfo -> Task
- remoteEndPoint EndPoint
- 远程端点,标识数据来源
- byteBlock ByteBlock
- 接收到的二进制数据块
- requestInfo IRequestInfo
- 解析后的请求信息
Task一个异步任务,代表处理过程