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

FileSectionResult(ResultCode, ByteBlock, FileSection) 构造函数

构造函数:初始化FileSectionResult对象,用于处理文件段结果。

Definition

命名空间: TouchSocket.Dmtp.FileTransfer
程序集: TouchSocket.Dmtp (在 TouchSocket.Dmtp.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
public FileSectionResult(
	ResultCode resultCode,
	ByteBlock value,
	FileSection fileSection
)

参数

resultCode  ResultCode
结果代码,表示操作的执行情况。
value  ByteBlock
字节块数据,表示处理的结果值。
fileSection  FileSection
文件段信息,表示操作涉及的文件段。

参见