Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.LoginURL

TElHTTPSServer     See also     


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


Specifies the login URL in the login form.

Declaration

[C#]
    string LoginURL;

[VB.NET]
    Property LoginURL As String

[Pascal]
    property LoginURL : string;

[C++]
    void get_LoginURL(std::string &OutResult);
    void set_LoginURL(const std::string &Value);

[PHP]
    string get_LoginURL()
    void set_LoginURL(string $Value)

[Java]
    String getLoginURL();
    void setLoginURL(String Value);

Description

This property specifies the Login URL in the AuthFormTemplate.

See also:     AuthFormTemplate     LogoutURL    

Discuss this help topic in SecureBlackbox Forum