Skip to content

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.