HttpRequestHeaders.ExpectContinue Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Expect-Header für eine HTTP-Anforderung „Continue“ enthält, oder legt ihn fest.

public:
 property Nullable<bool> ExpectContinue { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? ExpectContinue { get; set; }
member this.ExpectContinue : Nullable<bool> with get, set
Public Property ExpectContinue As Nullable(Of Boolean)

Eigenschaftswert

true, wenn der Expect-Header „Continue“ enthält, andernfalls false.

Gilt für: