Click or drag to resize

WebDavSessionExpect100Continue 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: 6.0.4052-Beta
Syntax
public Nullable<bool> Expect100Continue { get; set; }

Property Value

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