AS2MessageConnectionSettings Class

Definition

The AS2 agreement message connection settings.

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

Constructors

AS2MessageConnectionSettings()

Initializes a new instance of the AS2MessageConnectionSettings class.

AS2MessageConnectionSettings(Boolean, Boolean, Boolean, Boolean)

Initializes a new instance of the AS2MessageConnectionSettings class.

Properties

IgnoreCertificateNameMismatch

Gets or sets the value indicating whether to ignore mismatch in certificate name.

KeepHttpConnectionAlive

Gets or sets the value indicating whether to keep the connection alive.

SupportHttpStatusCodeContinue

Gets or sets the value indicating whether to support HTTP status code 'CONTINUE'.

UnfoldHttpHeaders

Gets or sets the value indicating whether to unfold the HTTP headers.

Methods

Validate()

Validate the object.

Applies to