Transport.signalr
configurationThe configuration used when type is set to "signalr". Configures the SignalR settings - hub, connection promise, server, and client hub methods.
A live demo is available at demos.telerik.com/kendo-ui.
It is recommended to get familiar with the SignalR JavaScript API and ASP.NET Core SignalR.
transport.signalr
Objecttransport.signalr.client
ObjectSpecifies the client-side CRUD methods of the SignalR hub.
transport.signalr.hub
ObjectThe SignalR hub object returned by the createHubProxy method (or signalR.HubConnection for ASP.NET Core SignalR). The hub option is mandatory.
The promise returned by the start method of the SignalR connection. The promise option is mandatory.
transport.signalr.server
ObjectSpecifies the server-side CRUD methods of the SignalR hub.