CouchbaseClientSection Expect100Continue Property Couchbase .NET SDK 2.0
Gets or sets a Boolean value that determines whether 100-Continue behavior is used.

Namespace: Couchbase.Configuration.Client.Providers
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool Expect100Continue { get; set; }

Property Value

Type: Boolean
Remarks
The default is false.
See Also