Make NetworkStream Class Public

I’m working on implementing WebSockets for the FEZ Panda, using the GHI network libraries. I have a need to use the

GHIElectronics.NETMF.Net.Sockets.NetworkStream

class, but can’t because the constructor is internal. Any chance you guys could make that public so others can use it?

Thanks, Paul

Is it possible that you use the regular Sockets instead? The NetwrokStream class was implemented to work specifically with HTTP classes and I am not sure if it supports eveything you need for WebSockets.