SignalR-samples/Xamarin
Brennan 4e1e9474a4
Update samples to 3.0 (#92)
2019-10-25 08:11:27 -07:00
..
AndroidClient Update samples to 3.0 (#92) 2019-10-25 08:11:27 -07:00
FormsClient Update samples to 3.0 (#92) 2019-10-25 08:11:27 -07:00
iOSClient Update samples to 3.0 (#92) 2019-10-25 08:11:27 -07:00
README.md Fix Xamarin sample and add iOS and Forms (#37) 2018-06-29 11:52:36 -07:00
Xamarin.sln Fix Xamarin sample and add iOS and Forms (#37) 2018-06-29 11:52:36 -07:00

README.md

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.