Gets or sets a value that specifies what request size triggers usage of 'Expect: 100-continue' HTTP header. Default value is 65535.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Property ExpectContinueSizeThreshold As Integer Get Set |
C# |
---|
public int ExpectContinueSizeThreshold { get; set; } |
Field Value
Size in bytes.Remarks
To disable this feature, set the value to -1.