该发送会经过适配器封装,具体封装内容由适配器决定。
public virtual Task SendAsync(
EndPoint endPoint,
ReadOnlyMemory<byte> memory
)
Public Overridable Function SendAsync (
endPoint As EndPoint,
memory As ReadOnlyMemory(Of Byte)
) As Task
abstract SendAsync :
endPoint : EndPoint *
memory : ReadOnlyMemory<byte> -> Task
override SendAsync :
endPoint : EndPoint *
memory : ReadOnlyMemory<byte> -> Task
OverlengthException | 发送数据超长 |
Exception | 其他异常 |