Discuss this help topic in SecureBlackbox Forum
Specifies the base URL of the remote resource.
Declaration
[VB.NET]
Property BaseURL As String
[Pascal]
property BaseURL : string;
[C++]
void get_BaseURL(std::string &OutResult);
void set_BaseURL(const std::string &Value);
[PHP]
string get_BaseURL()
void set_BaseURL(string $Value)
Parameters
Description
Use this property to specify the URL of the resource to be accessed.
Discuss this help topic in SecureBlackbox Forum