Share via


Expect Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the value of the Expect HTTP header.

Namespace:  System.Net
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Public Property Expect As String
public string Expect { get; set; }
public:
property String^ Expect {
    String^ get ();
    void set (String^ value);
}
member Expect : string with get, set
function get Expect () : String
function set Expect (value : String)

Property Value

Type: System. . :: . .String
The contents of the Expect HTTP header. The default value is nullNothingnullptrunita null reference (Nothing in Visual Basic).

Note

The value for this property is stored in WebHeaderCollection. If WebHeaderCollection is set, the property value is lost.

Exceptions

Exception Condition
ArgumentException

Expect is set to a string that contains "100-continue" as a substring.

.NET Framework Security

See Also

Reference

HttpWebRequest Class

System.Net Namespace