Hi Billy,

2) Does "Encoding.GZIP" mean to zip/compress the file before sending? If yes, why there is no corresponding method for the server to unzip the file? Is the "Encoding" automatically recognized by the server?
Yes it should be. By using the EncodeRepresentation, a "content-encoding" header is sent to the server which is required (if it knows the encoding) to recover the wrapped representation.

best regards,
Thierry Boileau

Reply via email to