public Task SendAsync(
string id,
ReadOnlyMemory<byte> memory
)
Public Function SendAsync (
id As String,
memory As ReadOnlyMemory(Of Byte)
) As Task
abstract SendAsync :
id : string *
memory : ReadOnlyMemory<byte> -> Task
override SendAsync :
id : string *
memory : ReadOnlyMemory<byte> -> Task
[缺少 "M:TouchSocket.Sockets.TcpService`1.SendAsync(System.String,System.ReadOnlyMemory{System.Byte})" 的 <returns> 文档]
ClientNotConnectedException | 如果目标客户端未连接,则抛出此异常 |
ClientNotFindException | 如果无法根据Id找到对应的客户端,则抛出此异常 |
Exception | 如果发生其他异常情况 |