Method SendAsync
SendAsync(ReadOnlyMemory<byte>)
Sends data asynchronously over the connection.
ValueTask<int> SendAsync(ReadOnlyMemory<byte> buffer)
Parameters
bufferReadOnlyMemory<byte>The buffer containing the data to send.
Sends data asynchronously over the connection.
ValueTask<int> SendAsync(ReadOnlyMemory<byte> buffer)
buffer ReadOnlyMemory<byte>The buffer containing the data to send.