Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: bool Expect100Continue

Declaration

bool Expect100Continue

Summary

Specifies 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.