SecureBlackbox 2020 Python Edition

Questions / Feedback?

input_encoding Property

Specifies request encoding.

Syntax

def get_input_encoding() -> int: ...
def set_input_encoding(value: int) -> None: ...

input_encoding = property(get_input_encoding, set_input_encoding)

Default Value

0

Remarks

Use this property to specify the encoding to expect the requests to be in.

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