SendFileStatus This virtual function is called during a SendFile function. Params bytesSent - number of bytes sent so far Return TRUE - allow the send to continue FALSE - abort the send ****************************************************/
| 2125 | FALSE - abort the send |
| 2126 | ****************************************************/ |
| 2127 | BOOL CUT_WSClient::SendFileStatus(long /* bytesSent */ ){ |
| 2128 | return !IsAborted(); |
| 2129 | } |
| 2130 | |
| 2131 | /*************************************************** |
| 2132 | Initasync |
nothing calls this directly
no outgoing calls
no test coverage detected