Gets or sets a value indicating whether to automatically add 'Expect: 100-continue' header to the request.

Default value is true.

Namespace:  Rebex.Net
Assembly:  Rebex.Http (in Rebex.Http.dll)

Syntax

Visual Basic
Public Property Expect100Continue As Boolean
	Get
	Set
C#
public bool Expect100Continue { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also