C-Sharp
The C# Client API has support for:
- .NET 4.0+ (this section)
- iOS (MonoTouch) (this section)
- Android (MonoDroid) (this section)
- Windows Store (this section)
- Windows Phone 8.1 (this section)
- .NET MicroFramework 4.2, 4.3 (see specific section for NETMF)
Note: The 6.0 client will support .NET 4.5+. The 6.0 client is compatible with the server version 5.*
Client Setup
To get the client just get the latest package from http://nuget.org/packages/xsockets.client
Install-Package XSockets.Client
The C# clients ALWAYS talk full-duplex/bi-directional communication, and just like the XSockets server this behavior has nothing to do with what OS or WebServer you are running.