HttpRequestHeaderCollection.Expect Property

Definition

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.

Applies to

See also