SecureBlackbox 2020 Python Edition

Questions / Feedback?

mime_type Property

Specifies the SOAP message MIME type.

Syntax

def get_mime_type() -> str: ...
def set_mime_type(value: str) -> None: ...

mime_type = property(get_mime_type, set_mime_type)

Default Value

""

Remarks

Use this property to specify the MIME type attribute of the SOAP message.

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