Return the bytes currently pending to be sent on the wire.

Synopsis

Declared in <net.h>

[[requires_capability(0x7ff36f10ea08), requires_capability(0x7ff36d80d238), requires_capability(0x7ff37ed968d8), requires_capability(0x7ff376ef3598), requires_capability(0x7ff38f4869c8), requires_capability(0x7ff37e9d7258), requires_capability(0x7ff38de55b58), requires_capability(0x7ff388ffa048), requires_capability(0x7ff37aed3c38), requires_capability(0x7ff380824b28), requires_capability(0x7ff38073ea38)]]
virtual
BytesToSend
GetBytesToSend(bool have_next_message) const noexcept override;

Return Value

the bytes to send, whether more will follow, and the message type.

Parameters

Name

Description

have_next_message

whether the caller has another message ready to send.

Created with MrDocs