Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.VirtualHostName

TElSimpleFTPSClient     See also     


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


This property tells the client to send HOST command to the server before logging in.

Declaration

[C#/Java]
    string VirtualHostName;

[VB.NET]
    Property VirtualHostName As String

[Pascal]
    property VirtualHostName : string;

[C++]
    void get_VirtualHostName(std::string &OutResult);
    void set_VirtualHostName(const std::string &Value);

[PHP]
    string get_VirtualHostName()
    void set_VirtualHostName(string $Value)

Description

     The property should be set before the call to Login method.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum