Olivine-Labs / Alchemy-Websockets

An extremely efficient C# WebSocket server.
http://AlchemyWebsockets.net
Other
309 stars 105 forks source link

.NET 4 Client Profile #88

Open robertvazan opened 10 years ago

robertvazan commented 10 years ago

Nuget package requires full .NET 4. Client apps using WebSocketClient would benefit from .NET 4 Client Profile.

I've also tried to rebuild Alchemy from sources. It has dependency on HttpCookie and HttpCookieCollection that are only present in the full .NET 4 profile.