IPWorks MQ 2020 Python Edition

Questions / Feedback?

use_ssl Property

Use SSL when accessing the service.

Syntax

def get_use_ssl() -> bool: ...
def set_use_ssl(value: bool) -> None: ...

use_ssl = property(get_use_ssl, set_use_ssl)

Default Value

TRUE

Remarks

Use this property to specify whether the class should use SSL when connecting to the service.

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