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