EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  Pascal  ActiveX  DLL 


TElHTTPSClient.UseCompression

TElHTTPSClient     See also    


 

Specifies if HTTP data may be compressed during the transfer

 
 

Declaration

[C#]
    bool UseCompression = true;

[VB.NET]
    Property UseCompression As Boolean

[Pascal]
    property UseCompression: Boolean;

[VB6]
    Property IElHTTPSClientX.UseCompression As Boolean

[ActiveX]
    HRESULT _stdcall IElHTTPSClientX.UseCompression([out, retval] VARIANT_BOOL * Value );
    HRESULT _stdcall IElHTTPSClientX.UseCompression([in] VARIANT_BOOL Value );

[DLL]
    not implemented;
 
 

Description

    Use this property to tell the server, that it (if supports) may transfer GZIPped data.
    Default value is True.

 
 

See also:     HTTPVersion    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation