Click or drag to resize

RequestConfigurationAutomaticDecompression Property

A DecompressionMethods object that indicates the type of decompression that is used. Default value is None;

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DecompressionMethods AutomaticDecompression { get; set; }

Property Value

DecompressionMethods
Exceptions
ExceptionCondition
InvalidOperationExceptionThe object's current state does not allow this property to be set.
See Also