Discuss this help topic in SecureBlackbox Forum
Allows to customize Web Tunnel HTTP request headers.
Declaration
[C#/Java]
TElStringList WebTunnelRequestHeaders;
[VB.NET]
Property WebTunnelRequestHeaders As TElStringList
[Pascal]
property WebTunnelRequestHeaders : TStringList;
[C++]
TStringList* get_WebTunnelRequestHeaders();
[PHP]
TStringList get_WebTunnelRequestHeaders()
Description
Use this property to customize Web Tunnel HTTP request headers.
Discuss this help topic in SecureBlackbox Forum