Share via


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 헤더의 값입니다.

적용 대상