HTTP compression support |
|
Date Entered: 09/26/2007
|
Last Update: 09/26/2007
|
APPLIES TO |
|
|
SYNOPSIS |
Do your components support HTTP compression? |
SOLUTION |
Yes, HTTP compression is supported via the AllowHTTPCompression property. When this property is set to true, the component will notify the server that it supports the deflate and gzip algorithms:
http.AllowHTTPCompression = true;
http.Get("http://myserver/document.zip");
|