点击或拖拽改变大小

IntegrationFileClient 属性

IntegrationFileClient 类型公开以下成员。

属性
  名称说明
公共属性ConnectTimeOut
获取或设置连接的超时时间,默认10秒
Gets or sets the connection timeout time. The default is 10 seconds.
(继承自 FileClientBase。)
公共属性FileCacheSize
文件传输的时候的缓存大小,直接影响传输的速度,值越大,传输速度越快,越占内存,默认为100K大小
The size of the cache during file transfer directly affects the speed of the transfer. The larger the value, the faster the transfer speed and the more memory it takes. The default size is 100K.
公共属性代码示例LogNet
组件的日志工具,支持日志记录,只要实例化后,当前网络的基本信息,就以DEBUG等级进行输出
The component's logging tool supports logging. As long as the instantiation of the basic network information, the output will be output at DEBUG
(继承自 NetworkBase。)
公共属性ServerIpEndPoint
文件管理服务器的ip地址及端口
IP address and port of the file management server
(继承自 FileClientBase。)
公共属性代码示例Token
网络类的身份令牌,在hsl协议的模式下会有效,在和设备进行通信的时候是无效的
Network-type identity tokens will be valid in the hsl protocol mode and will not be valid when communicating with the device
(继承自 NetworkBase。)
Top
参见