替换RRQMSocket.FileTransfer代码

This commit is contained in:
若汝棋茗
2021-08-13 15:27:06 +08:00
parent 21fe3f5fd0
commit 1617271bd2
26 changed files with 1610 additions and 1415 deletions

View File

@@ -17,7 +17,7 @@ namespace RRQMSocket.FileTransfer
public class TransferFileMessageArgs : FileEventArgs
{
/// <summary>
/// 错误信息
/// 信息
/// </summary>
public string Message { get; internal set; }