System::Net::WebHeaderCollection::IsRestricted método

WebHeaderCollection::IsRestricted method

Prueba si el encabezado HTTP especificado puede establecerse para la solicitud.

static bool System::Net::WebHeaderCollection::IsRestricted(const String &headerName)
ParámetroTipoDescripción
headerNameconst String&El nombre del encabezado a probar.

ReturnValue

true si el encabezado está restringido; de lo contrario false.

Ver también