HttpWebRequest::Expect Property
.NET Framework (current version)
Gets or sets the value of the Expect HTTP header.
Assembly: System (in System.dll)
Property Value
Type: System::String^The contents of the Expect HTTP header. The default value is null.
Note |
|---|
The value for this property is stored in WebHeaderCollection. If WebHeaderCollection is set, the property value is lost. |
| Exception | Condition |
|---|---|
| ArgumentException | Expect is set to a string that contains "100-continue" as a substring. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
