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

TransferType 枚举

传输类型

Definition

命名空间: TouchSocket.Dmtp.FileTransfer
程序集: TouchSocket.Dmtp (在 TouchSocket.Dmtp.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
C#
public enum TransferType

成员

Push0 推送
Pull1 拉取
SmallPush2 小文件推送
SmallPull3 小文件拉取

扩展方法

GetAttributeT 获取枚举成员上绑定的指定类型的自定义属性。
(由 SystemExtension 定义。)
GetDescription 获取资源字符
(由 StringResStore 定义。)
IsPull 表示当前传输类型是否属于PullSmallPull其中的一种。
(由 TransferTypeExtension 定义。)

参见