Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.33 KB

httpexpectationheadervalue.md

File metadata and controls

25 lines (17 loc) · 1.33 KB
-api-id -api-type
T:Windows.Web.Http.Headers.HttpExpectationHeaderValue
winrt class

Windows.Web.Http.Headers.HttpExpectationHeaderValue

-description

Represents a token for a particular server behavior required by the client that is used in the Expect HTTP header on an HTTP request.

-remarks

The HttpExpectationHeaderValue class is a token that represents a particular server behavior that is required by the client. The HttpExpectationHeaderValue is used in the Expect HTTP header on an HTTP request.

For example, 100-continue is a server behavior that the client might depend on and set using the HttpExpectationHeaderValue class.

The Expect property on the HttpRequestHeaderCollection returns an HttpExpectationHeaderValueCollection that contains HttpExpectationHeaderValue objects.

-examples

-see-also

Expect, HttpExpectationHeaderValueCollection, HttpRequestHeaderCollection, IStringable