public enum TransferTypePublic Enumeration TransferTypetype TransferType| Push | 0 | 推送 |
| Pull | 1 | 拉取 |
| SmallPush | 2 | 小文件推送 |
| SmallPull | 3 | 小文件拉取 |
| GetAttributeT |
获取枚举成员上绑定的指定类型的自定义属性
(由 SystemExtension 定义。) |
| GetDescription |
获取资源字符
(由 StringResStore 定义。) |
| IsPull |
表示当前传输类型是否属于Pull、SmallPull其中的一种。
(由 TransferTypeExtension 定义。) |