Discuss this help topic in SecureBlackbox Forum
Contains Web Tunnel HTTP response body.
Declaration
[C#]
string WebTunnelResponseBody;
[VB.NET]
Property WebTunnelResponseBody As String
[Pascal]
property WebTunnelResponseBody : string;
[C++]
void get_WebTunnelResponseBody(std::string &OutResult);
[PHP]
string get_WebTunnelResponseBody()
[Java]
String getWebTunnelResponseBody();
Description
Use this read-only property to get Web Tunnel HTTP response body.
Discuss this help topic in SecureBlackbox Forum