TcpConnectionState.sendFile
Send a file over the connection using zero-copy TransmitFile.
Parameters
fileHandle | Win32 file handle. Ownership transfers to the connection. |
offset | Byte offset to start sending from. |
count | Number of bytes to send (0 = entire file from offset). |
Returns
SendResult indicating success or error.