Legend
| Property: bool Expect100Continue
Declarationbool Expect100Continue SummarySpecifies whether to use Expect: 100 (continue) for post requests, thus querying the server for whether it wants to accept the post request, before sending the request body. Defaults to false. If true, the entire interaction is handled transparently. |