SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ProxySettingsUseIPv6 Property

Specifies whether IPv6 should be used when connecting through the proxy.

Object Oriented Interface

public function getProxySettingsUseIPv6();
public function setProxySettingsUseIPv6($value);

Procedural Interface

secureblackbox_sshclient_get($res, 51 );
secureblackbox_sshclient_set($res, 51, $value );

Default Value

false

Remarks

Specifies whether IPv6 should be used when connecting through the proxy.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]