This Xamarin application communicates with an Echo
service hosted by Kaazing WebSocket Gateway. The application sends and receives messages with the Echo
service.
- SDK Level 21 - To install, in Xamarin Studio use 'Tools -> Open Android SDK Manager'
- Create a provisioning profile for Xamarin by following Set up your device for development and/or [Detailed Instructions] (https://developer.xamarin.com/guides/ios/getting_started/installation/device_provisioning/free-provisioning/) from Apple.
- Load the solution
ws.client.xamarin.demo.sln
in Xamarin Studio - Execute 'Build/Build All'
Note: To test basic authentication for the Gateway connection use the URL wss://demos.kaazing.com/echo-auth
for location.
username: tutorial
password: tutorial
API Documentation for Kaazing .NET/Xamarin WebSocket Client library is available: