AS2MessageConnectionSettings Class
The AS2 agreement message connection settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
AS2MessageConnectionSettings
Constructor
AS2MessageConnectionSettings(*, ignore_certificate_name_mismatch: bool, support_http_status_code_continue: bool, keep_http_connection_alive: bool, unfold_http_headers: bool, **kwargs)
Variables
- ignore_certificate_name_mismatch
- bool
Required. The value indicating whether to ignore mismatch in certificate name.
- support_http_status_code_continue
- <xref:support_http_status_code_continue>)<xref: >(bool
Required. The value indicating whether to support HTTP status code 'CONTINUE'.
- keep_http_connection_alive
- <xref:keep_http_connection_alive>)<xref: >(bool
Required. The value indicating whether to keep the connection alive.
- unfold_http_headers
- <xref:unfold_http_headers>)<xref: >(bool
Required. The value indicating whether to unfold the HTTP headers.
Feedback
Submit and view feedback for