Click or drag to resize

RequestConfigurationExpect Property

A String that contains the contents of the HTTP Expect header. The default value is null. The value specified for a set operation is "100-continue". This value is case insensitive.

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public string Expect { get; set; }

Property Value

String
See Also