Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks
Use this property to turn Expect header off
See Also