Writes the whole response body at once, without doing any further encoding.
The caller has to make sure that the appropriate headers are set correctly
(i.e. Content-Type and Content-Encoding).
Note that the version taking a RandomAccessStream may perform additional
optimizations such as sending a file directly from the disk to the
network card using a DMA transfer.
Writes the whole response body at once, without doing any further encoding.
The caller has to make sure that the appropriate headers are set correctly (i.e. Content-Type and Content-Encoding).
Note that the version taking a RandomAccessStream may perform additional optimizations such as sending a file directly from the disk to the network card using a DMA transfer.