Share via


HttpRequestHeaders.Expect Propriété

Définition

Récupère la valeur de l’en-tête Expect d’une requête HTTP.

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)

Valeur de propriété

La valeur de l’en-tête Expect d’une requête HTTP.

S’applique à