1 write to AllowMultiValues
System (1)
net\System\Net\_HeaderInfo.cs (1)
31
AllowMultiValues
= multi;
2 references to AllowMultiValues
System (2)
net\System\Net\WebHeaderCollection.cs (2)
403
if(HInfo[name].
AllowMultiValues
) {
785
if (Info == null || Values == null || !Info.
AllowMultiValues
) {