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