Mercurial > hg > ucis.core
view UTF8NoPreamble.cs @ 45:8df7f4dc5615
HTTP Server: enable KeepAlive option on TCP sockets
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Wed, 12 Jun 2013 23:20:21 +0200 |
parents | 4b78cc5f116b |
children |
line wrap: on
line source
???using System.Text; namespace UCIS { public class UTF8NoPreamble : UTF8Encoding { public UTF8NoPreamble() : base(false) { } } }