EwsSettings.ExpectContinueSizeThreshold Property
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
ExpectContinueSizeThreshold
Gets or sets a value that specifies what request size triggers usage of 'Expect: 100-continue' HTTP header. Default value is 65535.
Declaration
public int ExpectContinueSizeThreshold { get; set; }
Property Value
Type | Description |
---|---|
Int32 | Size in bytes. |
Remarks
To disable this feature, set the value to -1.