Skip to content

Latest commit

 

History

History

UniversalWindowsPlatform

Kaazing .NET Windows Store WebSocket Tutorial

This Windows Store application communicates with an Echo service hosted by Kaazing WebSocket Gateway. The application sends and receives text messages with the Echo service over WebSocket.

Minimum Requirements for Running or Building

  • Microsoft .NET Framework 4.6.2
  • Microsoft Visual Studio 2015 or higher

Steps for Building the Project

  • Load the solution EchoDemo.sln in Microsoft Visual 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

Interact with Kaazing .NET WebSocket Client API

Documentation on how to create Kaazing .NET WebSocket applications from scratch can be found here.

API Documentation

API Documentation for Kaazing .NET WebSocket Client library is available: