Function CSPResponse::Clear()
Description:
Discards any buffered outgoing data.
 |
Prototype:
void Clear();
Arguments:
No arguments (void).
Return value:
No return value (void).
Remarks:
Clear() does not discard any HTTP header. If the member variable Buffer is set to false, then any call to member function Clear() has no effect, because no data is buffered.
See also:
member variable Buffer
|
|