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

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

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

Definition

命名空间: TouchSocket.Dmtp.FileTransfer
程序集: TouchSocket.Dmtp (在 TouchSocket.Dmtp.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
C#
public FileSectionResult(
	ResultCode resultCode,
	ByteBlock value,
	FileSection fileSection
)

参数

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

参见