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