HttpWebRequest.AutomaticDecompression Свойство
Определение
Возвращает или задает тип используемой распаковки.Gets or sets the type of decompression that is used.
public:
property System::Net::DecompressionMethods AutomaticDecompression { System::Net::DecompressionMethods get(); void set(System::Net::DecompressionMethods value); };
public System.Net.DecompressionMethods AutomaticDecompression { get; set; }
member this.AutomaticDecompression : System.Net.DecompressionMethods with get, set
Public Property AutomaticDecompression As DecompressionMethods
Значение свойства
DecompressionMethodsОбъект, указывающий тип используемого распаковки.A DecompressionMethods object that indicates the type of decompression that is used.
Исключения
Текущее состояние объекта не позволяет задать это свойство.The object's current state does not allow this property to be set.