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

TransferType 枚举

传输类型

Definition

命名空间: TouchSocket.Dmtp.FileTransfer
程序集: TouchSocket.Dmtp (在 TouchSocket.Dmtp.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
C#
public enum TransferType

成员

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

扩展方法

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

参见