Discuss this help topic in SecureBlackbox Forum
Specifies the target host for data requests.
Declaration
[C#/Java]
string TargetHost;
[VB.NET]
Property TargetHost As String
[Pascal]
property TargetHost : string;
[C++]
void get_TargetHost(std::string &OutResult);
void set_TargetHost(const std::string &Value);
[PHP]
string get_TargetHost()
void set_TargetHost(string $Value)
Description
Use this property to specify the host for which the access token is requested.
Discuss this help topic in SecureBlackbox Forum