AS2AcknowledgementConnectionSettings interface
The AS2 agreement acknowledgement connection settings.
Properties
ignore |
Indicates whether to ignore mismatch in certificate name. |
keep |
Indicates whether to keep the connection alive. |
support |
Indicates whether to support HTTP status code 'CONTINUE'. |
unfold |
Indicates whether to unfold the HTTP headers. |
Property Details
ignoreCertificateNameMismatch
Indicates whether to ignore mismatch in certificate name.
ignoreCertificateNameMismatch: boolean
Property Value
boolean
keepHttpConnectionAlive
Indicates whether to keep the connection alive.
keepHttpConnectionAlive: boolean
Property Value
boolean
supportHttpStatusCodeContinue
Indicates whether to support HTTP status code 'CONTINUE'.
supportHttpStatusCodeContinue: boolean
Property Value
boolean
unfoldHttpHeaders
Indicates whether to unfold the HTTP headers.
unfoldHttpHeaders: boolean
Property Value
boolean