[Mono-dev] WebSocket Support in Mono
Miguel de Icaza
miguel at xamarin.com
Sat May 2 17:48:28 UTC 2015
Have you looked at WebSocket/ClientWebSocket in the System.Net.WebSocket
namespace?
Alternatively, for a chat app that we recently built, we used:
https://supersocket.codeplex.com/
Which comes with a nice WebSocket stack.
On Tue, Apr 28, 2015 at 12:05 AM, techi eth <techieth at gmail.com> wrote:
> Hi,
>
> Is mono is supporting Websocket ?
>
> When I look Web socket handling in HttpListnerRequest in .Net4.5
> implementation in mono it is always returning False.(Flag :
> IsWebSocketRequest)
>
> Thanks
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20150502/7175e912/attachment.html>
More information about the Mono-devel-list
mailing list