HttpRequestHeaderCollection.Expect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the HttpExpectationHeaderValueCollection of HttpExpectationHeaderValue objects that represent the value of an Expect HTTP header on an HTTP request.
public:
property HttpExpectationHeaderValueCollection ^ Expect { HttpExpectationHeaderValueCollection ^ get(); };
HttpExpectationHeaderValueCollection Expect();
public HttpExpectationHeaderValueCollection Expect { get; }
var httpExpectationHeaderValueCollection = httpRequestHeaderCollection.expect;
Public ReadOnly Property Expect As HttpExpectationHeaderValueCollection
Property Value
The collection of HttpExpectationHeaderValue objects that represent the value of an Expect HTTP header on an HTTP request. An empty collection means that the header is absent.