Convenience method, equivalent to SendComplete(MakeUCharSpan(data), timeout, interrupt).
Synopsis
Declared in <util/sock.h>
virtual
void
SendComplete(
std::span<char const> data,
std::chrono::milliseconds timeout,
CThreadInterrupt& interrupt) const;
Parameters
Name |
Description |
data [in] |
Data to send. |
timeout [in] |
Timeout for the entire operation. |
interrupt [in] |
If this is signaled then the operation is canceled. |
Created with MrDocs