HttpRequestHeaders.Expect 屬性

定義

取得 HTTP 要求的 Expect 標頭值。

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)

屬性值

HTTP 要求的 Expect 標頭值。

適用於