Share via


AS2MessageConnectionSettings Class

Definition

The AS2 agreement message connection settings.

public class AS2MessageConnectionSettings
type AS2MessageConnectionSettings = class
Public Class AS2MessageConnectionSettings
Inheritance
AS2MessageConnectionSettings

Constructors

AS2MessageConnectionSettings(Boolean, Boolean, Boolean, Boolean)

Initializes a new instance of AS2MessageConnectionSettings.

Properties

IgnoreCertificateNameMismatch

The value indicating whether to ignore mismatch in certificate name.

KeepHttpConnectionAlive

The value indicating whether to keep the connection alive.

SupportHttpStatusCodeContinue

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

UnfoldHttpHeaders

The value indicating whether to unfold the HTTP headers.

Applies to