4 references to AddByte
System.Web (4)
Util\HttpEncoder.cs (4)
130helper.AddByte((byte)ch); // 7 bit have to go as bytes because of Unicode 545helper.AddByte(b); 594helper.AddByte(b); 601helper.AddByte((byte)ch); // 7 bit have to go as bytes because of Unicode