5 implementations of GetBytes
System.Web (5)
HttpWriter.cs (5)
154byte[] IHttpResponseElement.GetBytes() { 310byte[] IHttpResponseElement.GetBytes() { 378byte[] IHttpResponseElement.GetBytes() { 462byte[] IHttpResponseElement.GetBytes() { 619byte[] IHttpResponseElement.GetBytes() {
5 references to GetBytes
System.Web (5)
Cache\OutputCache.cs (1)
209byte[] b = elem.GetBytes();
HttpWriter.cs (4)
632return _firstSubstitution.GetBytes(); 1460_installedFilter.Write(buf.GetBytes(), 0, Convert.ToInt32(len)); 1518_installedFilter.Write(buf.GetBytes(), 0, Convert.ToInt32(len)); 1535_installedFilter.Write(buf.GetBytes(), 0, Convert.ToInt32(len));