Gets or sets a Boolean value that determines whether 100-Continue behavior is used.
Namespace: Couchbase.Configuration.Client.ProvidersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool Expect100Continue { get; set; }
public bool Expect100Continue { get; set; }
Public Property Expect100Continue As Boolean
Get
Set
Public Property Expect100Continue As Boolean
Get
Set
public:
property bool Expect100Continue {
bool get ();
void set (bool value);
}
public:
property bool Expect100Continue {
bool get ();
void set (bool value);
}
member Expect100Continue : bool with get, set
member Expect100Continue : bool with get, set
Property Value
Type:
Boolean
RemarksThe default is false.
See Also