System::Net::WebHeaderCollection::IsRestricted method

WebHeaderCollection::IsRestricted method

Teste si l’en‑tête HTTP spécifié peut être défini pour la requête.

static bool System::Net::WebHeaderCollection::IsRestricted(const String &headerName)
ParamètreTypeDescription
headerNameconst String&Le nom d’en-tête à tester.

ReturnValue

true si l’en-tête est restreint ; sinon false.

Voir aussi