SecureBlackbox 2020 C++ Edition

Questions / Feedback?

HandshakeTimeout Property

Specifies the handshake timeout in milliseconds.

Syntax

ANSI (Cross Platform)
int GetHandshakeTimeout();
int SetHandshakeTimeout(int iHandshakeTimeout); Unicode (Windows) INT GetHandshakeTimeout();
INT SetHandshakeTimeout(INT iHandshakeTimeout);
@property (nonatomic,readwrite,assign,getter=handshakeTimeout,setter=setHandshakeTimeout:) int handshakeTimeout;
- (int)handshakeTimeout;
- (void)setHandshakeTimeout:(int)newHandshakeTimeout;
#define PID_HTTPSERVER_HANDSHAKETIMEOUT 21

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_HTTPServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_HTTPServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 C++ Edition - Version 20.0 [Build 8166]