AS2AcknowledgementConnectionSettings.KeepHttpConnectionAlive Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="keepHttpConnectionAlive")]
public bool KeepHttpConnectionAlive { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keepHttpConnectionAlive")>]
member this.KeepHttpConnectionAlive : bool with get, set
Public Property KeepHttpConnectionAlive As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to