AS2AcknowledgementConnectionSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AS2 agreement acknowledgement connection settings.
public class AS2AcknowledgementConnectionSettings
type AS2AcknowledgementConnectionSettings = class
Public Class AS2AcknowledgementConnectionSettings
- Inheritance
-
AS2AcknowledgementConnectionSettings
Constructors
AS2AcknowledgementConnectionSettings() |
Initializes a new instance of the AS2AcknowledgementConnectionSettings class. |
AS2AcknowledgementConnectionSettings(Boolean, Boolean, Boolean, Boolean) |
Initializes a new instance of the AS2AcknowledgementConnectionSettings 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. |