Configuring SignalR Client
Learn to configure the SignalR client.
We'll cover the following
Overview
Different SignalR client types have different settings. But they share some common settings. Also, in all of the client types, you can set some configurations only once when you create a connection object, while other options can be changed at any point.
We will start with an overview of the configuration options of a JavaScript client. We'll open our site.js
file, which is located under the js
folder of the wwwroot
folder of the SignalRServer
project.
Get hands-on with 1200+ tech skills courses.