| NetworkBaseSendMqttFileAsync 方法 | 
 重载列表
重载列表| 名称 | 说明 | |
|---|---|---|
|  | SendMqttFileAsync(Socket, Stream, String, String, ActionInt64, Int64, AesCryptography, HslCancelToken) | 
            使用MQTT协议将一个数据流发送到网络上去,需要保存的文件名,可选指定文件描述信息,进度报告 Use the MQTT protocol to send a data stream to the network, the file name that needs to be saved, optional file description information, progress report | 
|  | SendMqttFileAsync(Socket, String, String, String, ActionInt64, Int64, AesCryptography, HslCancelToken) | 
            使用MQTT协议将一个文件发送到网络上去,需要指定文件名,保存的文件名,可选指定文件描述信息,进度报告 To send a file to the network using the MQTT protocol, you need to specify the file name, the saved file name, optionally specify the file description information, and the progress report | 
 参见
参见