AS2AcknowledgementConnectionSettings.SupportHttpStatusCodeContinue Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to