Lezen in het Engels Bewerken

Delen via


HttpRequestHeaders.ExpectContinue Property

Definition

Gets or sets a value that indicates if the Expect header for an HTTP request contains Continue.

C#
public bool? ExpectContinue { get; set; }

Property Value

true if the Expect header contains Continue, otherwise false.

Applies to