Icon AcceptsContentEncoding Method

function AcceptsContentEncoding(const ContentEncoding: String):
      Boolean

Usage

Available In: Server Applications

Use this method to determine if the Accept-Encoding header included with the web server request contains the specified content encoding. If an Accept-Encoding header was not included with the web server request, then this method will always return False.
Image