[缺少 "M:TouchSocket.Dmtp.DmtpActor.SendAsync(System.UInt16,System.String,System.Threading.CancellationToken)" 的 <summary> 文档]
public Task SendAsync(
	ushort protocol,
	string value,
	CancellationToken cancellationToken = default
)Public Function SendAsync ( 
	protocol As UShort,
	value As String,
	Optional cancellationToken As CancellationToken = Nothing
) As Taskabstract SendAsync : 
        protocol : uint16 * 
        value : string * 
        ?cancellationToken : CancellationToken 
(* Defaults:
        let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task 
override SendAsync : 
        protocol : uint16 * 
        value : string * 
        ?cancellationToken : CancellationToken 
(* Defaults:
        let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task [缺少 "M:TouchSocket.Dmtp.DmtpActor.SendAsync(System.UInt16,System.String,System.Threading.CancellationToken)" 的 <param name="protocol"/> 文档]
[缺少 "M:TouchSocket.Dmtp.DmtpActor.SendAsync(System.UInt16,System.String,System.Threading.CancellationToken)" 的 <param name="value"/> 文档]
[缺少 "M:TouchSocket.Dmtp.DmtpActor.SendAsync(System.UInt16,System.String,System.Threading.CancellationToken)" 的 <param name="cancellationToken"/> 文档]
[缺少 "M:TouchSocket.Dmtp.DmtpActor.SendAsync(System.UInt16,System.String,System.Threading.CancellationToken)" 的 <returns> 文档]