Function CSPRequest::GetTotalBytes()
Description:
Retrieves the total number of bytes posted by the client.
 |
Prototype:
unsigned long GetTotalBytes() const;
Arguments:
No arguments (void).
Return value:
Returns the number of bytes.
See also:
member function BinaryRead()
|
|