IInetLogInformation::GetBytesSent

The IInetLogInformation::GetBytesSent method retrieves the number of bytes sent by the server to the client.

virtual DWORD STDMETHODCALLTYPE GetBytesSent( VOID );

 

Remarks

Logging modules should query for this method if a server instance has set the LogExtFileBytesSent flag of the LogExtFileFlags metabase identifier.

See Also

LogExtFileBytesSent, LogExtFileFlags