6 references to
System (6)
net\System\Net\WebHeaderCollection.cs (6)
403if(HInfo[name].AllowMultiValues) { 563if (HInfo[headerName].IsRequestRestricted) 570if (HInfo[headerName].IsResponseRestricted) 781HeaderInfo Info = HInfo[header]; 969return response ? HInfo[CheckBadChars(headerName, false)].IsResponseRestricted : HInfo[CheckBadChars(headerName, false)].IsRequestRestricted;