Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.UseProxySettingsForDataChannel

TElSimpleFTPSClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if proxy settings should be used for data channel.

Declaration

[C#]
    bool UseProxySettingsForDataChannel;

[VB.NET]
    Property UseProxySettingsForDataChannel As Boolean

[Pascal]
    property UseProxySettingsForDataChannel : boolean;

[C++]
    bool get_UseProxySettingsForDataChannel();
    void set_UseProxySettingsForDataChannel(bool Value);

[PHP]
    bool get_UseProxySettingsForDataChannel()
    void set_UseProxySettingsForDataChannel(bool $Value)

[Java]
    boolean getUseProxySettingsForDataChannel();
    void setUseProxySettingsForDataChannel(boolean Value);

Description

    Use this property to specify if proxy settings should be used for data channel.

See also:     UseSocks     UseWebTunneling    

Discuss this help topic in SecureBlackbox Forum