TouchSocket手册
C#
VB
F#
一款简单易用的基础网络通讯组件库。
Show/Hide TOC
Transfer
Type 枚举
传输类型
Definition
命名空间:
TouchSocket.Dmtp.FileTransfer
程序集:
TouchSocket.Dmtp (在 TouchSocket.Dmtp.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
复制
public
enum
TransferType
VB
复制
Public
Enumeration
TransferType
F#
复制
type
TransferType
成员
Push
0
推送
Pull
1
拉取
SmallPush
2
小文件推送
SmallPull
3
小文件拉取
参见
引用
TouchSocket.Dmtp.FileTransfer 命名空间
In This Article
Definition
成员
参见