Discuss this help topic in SecureBlackbox Forum

TElHTTPServerRequestParams.URL

TElHTTPServerRequestParams     See also     


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


Specifies the request URL.

Declaration

[C#]
    string URL;

[VB.NET]
    Property URL As String

[Pascal]
    property URL : string;

[C++]
    void get_URL(std::string &OutResult);
    void set_URL(const std::string &Value);

[PHP]
    string get_URL()
    void set_URL(string $Value)

[Java]
    String getURL();
    void setURL(String Value);

Description

    This property specifies the URL of the resource on which the Method should be performed.

See also:     Method    

Discuss this help topic in SecureBlackbox Forum