EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  Pascal  ActiveX  DLL 


TElHTTPSClient.UseHTTPProxy

TElHTTPSClient     See also    


 

Specifies, whether TElHTTPSClient should use proxy server

 
 

Declaration

[C#]
    bool UseHTTPProxy;

[VB.NET]
    Property UseHTTPProxy As Boolean

[Pascal]
    property UseHTTPProxy: boolean;

[VB6]
    Property IElHTTPSClientX.UseHTTPProxy As Boolean

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

[DLL]
    not implemented;
 
 

Description

    This property specifies whether TElHTTPSClient should use proxy in connection to server. If so, the proxy parameters are taken from HTTPProxyHost and HTTPProxyPort properties

 
 

See also:     HTTPProxyHost     HTTPProxyPort     HTTPProxyPassword     HTTPProxyUsername    

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