Task SendAsync(
ushort protocol,
ReadOnlyMemory<byte> memory
)
Function SendAsync (
protocol As UShort,
memory As ReadOnlyMemory(Of Byte)
) As Task
abstract SendAsync :
protocol : uint16 *
memory : ReadOnlyMemory<byte> -> Task
[缺少 "M:TouchSocket.Dmtp.IDmtpActor.SendAsync(System.UInt16,System.ReadOnlyMemory{System.Byte})" 的 <returns> 文档]