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

UdpDataHandlingAdapterGoReceived 方法

处理已经经过预先处理后的数据

Definition

命名空间: TouchSocket.Sockets
程序集: TouchSocket (在 TouchSocket.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
protected Task GoReceived(
	EndPoint remoteEndPoint,
	ByteBlock byteBlock,
	IRequestInfo requestInfo
)

参数

remoteEndPoint  EndPoint
远程端点,标识数据来源
byteBlock  ByteBlock
接收到的二进制数据块
requestInfo  IRequestInfo
解析后的请求信息

返回值

Task
一个异步任务,代表处理过程

参见