Discuss this help topic in SecureBlackbox Forum

TElFTPProxySettings.ProxyType

TElFTPProxySettings     See also     


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


Specifies proxy server type.

Declaration

[C#]
    TSBFTPProxyType ProxyType;

[VB.NET]
    Property ProxyType As TSBFTPProxyType

[Pascal]
    property ProxyType: TSBFTPProxyType;

[C++]
    TSBFTPProxyType get_ProxyType();
    void set_ProxyType(TSBFTPProxyType Value);

[PHP]
    integer get_ProxyType()
    void set_ProxyType(integer $Value)

[Java]
    short getProxyType();
    void setProxyType(short Value);

Values:

Description

    Use this property to specify type of the proxy server.

See also:     Host     Password     Port     Username    

Discuss this help topic in SecureBlackbox Forum