|
<< Click to Display Table of Contents >> Navigation: Classes > TStreamHelper > Methods > WriteRawByteStrings |
SIGNATURE=IW.Common.StreamHelper.TStreamHelper.WriteRawByteStrings@TIWNameValueList
ETYPE=Method
Declaration:
Delphi: |
public procedure WriteRawByteStrings(List: TIWNameValueList); |
C++: |
void public: __fastcall WriteRawByteStrings(TIWNameValueList List); |
Description: This it not actually RawByteString but we just write the content as it was, i.e. the list only contains ASCII chars coming from HTTP headers. This is 6x faster than writing as a string with optimization ON