Return the memory usage of this transport attributable to buffered data to send.
Synopsis
Declared in <net.h>
virtual
size_t
GetSendMemoryUsage() const noexcept = 0;
Return Value
the number of bytes held in send buffers.
Created with MrDocs