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