AS2AcknowledgementConnectionSettings Constructors

Definition

Overloads

AS2AcknowledgementConnectionSettings()

Initializes a new instance of the AS2AcknowledgementConnectionSettings class.

AS2AcknowledgementConnectionSettings(Boolean, Boolean, Boolean, Boolean)

Initializes a new instance of the AS2AcknowledgementConnectionSettings class.

AS2AcknowledgementConnectionSettings()

Initializes a new instance of the AS2AcknowledgementConnectionSettings class.

public AS2AcknowledgementConnectionSettings ();
Public Sub New ()

Applies to

AS2AcknowledgementConnectionSettings(Boolean, Boolean, Boolean, Boolean)

Initializes a new instance of the AS2AcknowledgementConnectionSettings class.

public AS2AcknowledgementConnectionSettings (bool ignoreCertificateNameMismatch, bool supportHttpStatusCodeContinue, bool keepHttpConnectionAlive, bool unfoldHttpHeaders);
new Microsoft.Azure.Management.Logic.Models.AS2AcknowledgementConnectionSettings : bool * bool * bool * bool -> Microsoft.Azure.Management.Logic.Models.AS2AcknowledgementConnectionSettings
Public Sub New (ignoreCertificateNameMismatch As Boolean, supportHttpStatusCodeContinue As Boolean, keepHttpConnectionAlive As Boolean, unfoldHttpHeaders As Boolean)

Parameters

ignoreCertificateNameMismatch
Boolean

The value indicating whether to ignore mismatch in certificate name.

supportHttpStatusCodeContinue
Boolean

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

keepHttpConnectionAlive
Boolean

The value indicating whether to keep the connection alive.

unfoldHttpHeaders
Boolean

The value indicating whether to unfold the HTTP headers.

Applies to