ClientConfiguration.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
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, which overrides the ServicePointManager's default of true.
Remarks
http://msdn.microsoft.com/en-us/library/system.net.servicepointmanager.expect100continue%28v=vs.110%29.aspx
See Also