Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpWebRequest::Expect Property

 

Gets or sets the value of the Expect HTTP header.

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

public:
property String^ Expect {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The contents of the Expect HTTP header. The default value is null.

System_CAPS_noteNote

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
Return to top
Show:
© 2017 Microsoft