Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 689 Bytes

httpexpectationheadervalue_parameters.md

File metadata and controls

23 lines (16 loc) · 689 Bytes
-api-id -api-type
P:Windows.Web.Http.Headers.HttpExpectationHeaderValue.Parameters
winrt property

Windows.Web.Http.Headers.HttpExpectationHeaderValue.Parameters

-description

Gets a set of parameters for a server behavior included in the Expect HTTP header.

-property-value

A set of parameters for a server behavior.

-remarks

A given server behavior might not allow parameters and the Parameters property would be an empty list. For example, 100-continue is never used with parameters.

-examples

-see-also