I can see WebSocketSharp implements an overload for Send(FileInfo file).
https://github.com/sta/websocket-sharp/blob/master/websocket-sharp/Server/WebSocketBehavior.cs
If I use this to send a file from the server, how can I receive and write this file on the client side? I can't find any methods to do this in the WebSocket class.
Thanks