Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History

Xamarin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Xamarin Clients

Be sure to enter your own server url in the hub connection builder.

            var hubConnection = new HubConnectionBuilder()
                    .WithUrl("<YOUR SERVER URL HERE>")
                    .Build();

The application starts by promtping you to enter your user name. After that you click connect and wait for confirmation to begin communicating with the server.