Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.WebTunnelResponseBody

TElBaseSocketClient     See also     


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


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. This property is used only when UseWebTunneling is set.

See also:     WebTunnelResponseHeaders     UseWebTunneling    

Discuss this help topic in SecureBlackbox Forum