SecureBlackbox 2020 Python Edition

Questions / Feedback?

server_info_max_message_size Property

Returns the maximum size of a message in bytes which the server can accept.

Syntax

def get_server_info_max_message_size() -> int: ...

server_info_max_message_size = property(get_server_info_max_message_size, None)

Default Value

0

Remarks

Returns the maximum size of a message in bytes which the server can accept.

This property is read-only.

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