Back to product page

Compression property


Determines if WebServer will auto-compress content.

Type

Boolean

Syntax

  • C#
  • VB.NET
Boolean Compression {get; set; };

Property Compression As Boolean

Remarks

Compression property determines if wodWebServer can compress content "on the fly" if client requests such content. When set to True, wodWebServer will compress the content using deflate compression.

When content is compressed less bandwidth is used. Compression ratio for images is usually small, but for TEXT and HTML pages it can give up to 90% smaller content.

Platforms

Windows