AS2AcknowledgementConnectionSettings Class

The AS2 agreement acknowledgement connection settings.

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

Inheritance
msrest.serialization.Model
AS2AcknowledgementConnectionSettings

Constructor

AS2AcknowledgementConnectionSettings(*, 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. Indicates whether to ignore mismatch in certificate name.

support_http_status_code_continue

Required. Indicates whether to support HTTP status code 'CONTINUE'.

keep_http_connection_alive

Required. Indicates whether to keep the connection alive.

unfold_http_headers

Required. Indicates whether to unfold the HTTP headers.

Variables

Name Description
ignore_certificate_name_mismatch

Required. Indicates whether to ignore mismatch in certificate name.

support_http_status_code_continue

Required. Indicates whether to support HTTP status code 'CONTINUE'.

keep_http_connection_alive

Required. Indicates whether to keep the connection alive.

unfold_http_headers

Required. Indicates whether to unfold the HTTP headers.