AS2MessageConnectionSettings Class

The AS2 agreement message connection settings.

All required parameters must be populated in order to send to Azure.

Inheritance
msrest.serialization.Model
AS2MessageConnectionSettings

Constructor

AS2MessageConnectionSettings(*, ignore_certificate_name_mismatch: bool, support_http_status_code_continue: bool, keep_http_connection_alive: bool, unfold_http_headers: bool, **kwargs)

Keyword-Only Parameters

Name Description
ignore_certificate_name_mismatch

Required. The value indicating whether to ignore mismatch in certificate name.

support_http_status_code_continue

Required. The value indicating whether to support HTTP status code 'CONTINUE'.

keep_http_connection_alive

Required. The value indicating whether to keep the connection alive.

unfold_http_headers

Required. The value indicating whether to unfold the HTTP headers.

Variables

Name Description
ignore_certificate_name_mismatch

Required. The value indicating whether to ignore mismatch in certificate name.

support_http_status_code_continue

Required. The value indicating whether to support HTTP status code 'CONTINUE'.

keep_http_connection_alive

Required. The value indicating whether to keep the connection alive.

unfold_http_headers

Required. The value indicating whether to unfold the HTTP headers.