System::Net::WebHeaderCollection::IsRestricted metodo

WebHeaderCollection::IsRestricted method

Verifica se l’intestazione HTTP specificata può essere impostata per la richiesta.

static bool System::Net::WebHeaderCollection::IsRestricted(const String &headerName)
ParametroTipoDescrizione
headerNameconst String&Il nome dell’intestazione da testare.

ReturnValue

true se l’intestazione è limitata; altrimenti false.

Vedi anche