Discuss this help topic in SecureBlackbox Forum
Contains Web Tunnel HTTP response headers.
Declaration
[C#]
TElStringList WebTunnelResponseHeaders;
[VB.NET]
Property WebTunnelResponseHeaders As TElStringList
[Pascal]
property WebTunnelResponseHeaders : TStringList;
[C++]
TElStringList* get_WebTunnelResponseHeaders();
[PHP]
TElStringList get_WebTunnelResponseHeaders()
[Java]
TElStringList getWebTunnelResponseHeaders();
Description
Use this read-only property to get Web Tunnel HTTP response headers.
Discuss this help topic in SecureBlackbox Forum