WebDavSessionAsyncExpect100Continue Property
IT Hit WebDAV Classes Reference
Determines if header "Expect: 100-continue" will be sent with all request. Default value is true
Namespace:
ITHit.WebDAV.Client
Assembly:
ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax public bool Expect100Continue { get; set; }
Public Property Expect100Continue As Boolean
Get
Set
public:
property bool Expect100Continue {
bool get ();
void set (bool value);
}
member Expect100Continue : bool with get, set
Property Value
Type:
BooleanRemarks Use this property to turn Expect header off
See Also