1 write to IsResponseRestricted
System (1)
net\System\Net\_HeaderInfo.cs (1)
29IsResponseRestricted = responseRestricted;
2 references to IsResponseRestricted
System (2)
net\System\Net\WebHeaderCollection.cs (2)
570if (HInfo[headerName].IsResponseRestricted) 969return response ? HInfo[CheckBadChars(headerName, false)].IsResponseRestricted : HInfo[CheckBadChars(headerName, false)].IsRequestRestricted;