SecureBlackbox 2020 PHP Edition

Questions / Feedback?

HandshakeTimeout Property

Specifies the handshake timeout in milliseconds.

Object Oriented Interface

public function getHandshakeTimeout();
public function setHandshakeTimeout($value);

Procedural Interface

secureblackbox_restserver_get($res, 21 );
secureblackbox_restserver_set($res, 21, $value );

Default Value

20000

Remarks

Use this property to set the TLS handshake timeout.

Data Type

Integer

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