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