HttpRequestHeaders.Expect Property

Definition

Gets the value of the Expect header for an HTTP request.

public:
 property System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::NameValueWithParametersHeaderValue ^> ^ Expect { System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::NameValueWithParametersHeaderValue ^> ^ get(); };
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.NameValueWithParametersHeaderValue> Expect { get; }
member this.Expect : System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.NameValueWithParametersHeaderValue>
Public ReadOnly Property Expect As HttpHeaderValueCollection(Of NameValueWithParametersHeaderValue)

Property Value

The value of the Expect header for an HTTP request.

Applies to