HttpClientRequestSettings.GetPostBufferBytes

Retrieves the accumulated postbuffer as a byte array when AddPostKey() or AddPostFile() have been called.

For multi-part forms this buffer can only be returned once as a footer needs to be appended and we don't want copy the buffer and double memory usage.

public byte[] GetPostBufferBytes()