Discuss this help topic in SecureBlackbox Forum
Specifies if proxy settings should be used for data channel.
Declaration
[C#/Java]
bool UseProxyForData;
[VB.NET]
Property UseProxyForData As Boolean
[Pascal]
property UseProxyForData : boolean;
[C++]
bool get_UseProxyForData();
void set_UseProxyForData(bool Value);
[PHP]
bool get_UseProxyForData()
void set_UseProxyForData(bool $Value)
Description
Use this property to specify if proxy settings should be used for data channel.
Discuss this help topic in SecureBlackbox Forum