Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.RedirectURL

TElHTTPSession     


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


Specifies the redirect URL.

Declaration

[C#]
    string RedirectURL;

[VB.NET]
    Property RedirectURL As String

[Pascal]
    property RedirectURL : string;

[C++]
    void get_RedirectURL(std::string &OutResult);
    void set_RedirectURL(const std::string &Value);

[PHP]
    string get_RedirectURL()
    void set_RedirectURL(string $Value)

[Java]
    String getRedirectURL();
    void setRedirectURL(String Value);

Description

This property specifies the redirect URL.

Discuss this help topic in SecureBlackbox Forum