Task SendStringAsync(
ushort protocol,
string value
)
Function SendStringAsync (
protocol As UShort,
value As String
) As Task
abstract SendStringAsync :
protocol : uint16 *
value : string -> Task
[缺少 "M:TouchSocket.Dmtp.IDmtpActor.SendStringAsync(System.UInt16,System.String)" 的 <returns> 文档]
ArgumentNullException | 当value为null时抛出异常。 |