On Wed, 18 Aug 2010 16:50:33 -0400, "Bucci, David G" <david.g.bucci@xxxxxxxx> wrote: > I've been googling, but can't find any clear indication ... does anyone > know of the "net.tcp" construct, in the Windows Communication Foundations > or whatever-the-heck-it's-called, can be proxied through squid? "net.tcp" appears to be what the rest of the world call TCP sockets. So no a socket descriptor cannot be transmitted over HTTP. The SOAP/JASON/AJAX/todays-fad requests sent down it apparently has meta headers formatted as full extensible XML files instead of simple Mime "Foo: data". Amos